Project

General

Profile

« Previous | Next » 

Revision 9c3e749e

Added by Leszek Koltunski almost 6 years ago

Make the Cubes App capable of testing unprocessed OIT.

View differences:

src/main/res/layout/cubeslayout.xml
11 11
        android:layout_height="0dp"
12 12
        android:layout_weight="1.00" />
13 13

  
14
    <LinearLayout
15
        android:id="@+id/linearLayout3"
16
        android:layout_width="fill_parent"
17
        android:layout_height="wrap_content"
18
        android:gravity="center|fill_horizontal"
19
        android:orientation="horizontal"
20
        android:background="@color/blue">
21

  
22
        <SeekBar
23
            android:id="@+id/cubesTransparency"
24
            android:layout_weight="0.5"
25
            android:layout_width="0dp"
26
            android:layout_height="50dp"
27
            android:paddingLeft="10dp"
28
            android:paddingRight="10dp" />
29

  
30
        <Spinner
31
            android:layout_width="0dp"
32
            android:layout_height="50dp"
33
            android:layout_weight="0.5"
34
            android:id="@+id/cubes_spinnerMode"
35
            />
36
    </LinearLayout>
37

  
14 38
</LinearLayout>

Also available in: Unified diff