Project

General

Profile

« Previous | Next » 

Revision c1f047b9

Added by Leszek Koltunski almost 4 years ago

Progress with the Predeform app.

View differences:

src/main/res/layout/predeformlayout.xml
21 21

  
22 22
        <TextView
23 23
            android:id="@+id/predeformInflateText"
24
            android:layout_width="0dp"
24
            android:layout_width="wrap_content"
25 25
            android:layout_height="wrap_content"
26
            android:layout_weight="0.3"
26
            android:layout_weight="1"
27 27
            android:paddingLeft="10dp"
28 28
            android:text="@string/inflate" />
29 29

  
30 30
        <SeekBar
31 31
            android:id="@+id/predeformInflateLevel"
32
            android:layout_weight="0.7"
33
            android:layout_width="0dp"
34
            android:layout_height="50dp"
35
            android:paddingLeft="10dp"
32
            android:layout_width="wrap_content"
33
            android:layout_height="wrap_content"
34
            android:layout_weight="3"
35
            android:paddingLeft="5dp"
36 36
            android:paddingRight="5dp" />
37 37

  
38
    </LinearLayout>
39

  
40
    <LinearLayout
41
        android:id="@+id/linearLayout3"
42
        android:layout_width="fill_parent"
43
        android:layout_height="wrap_content"
44
        android:gravity="center|fill_horizontal"
45
        android:orientation="horizontal"
46
        android:background="@color/blue">
47

  
48
        <SeekBar
49
            android:id="@+id/predeformTransparency"
50
            android:layout_weight="0.50"
51
            android:layout_width="0dp"
52
            android:layout_height="50dp"
53
            android:paddingLeft="10dp"
54
            android:paddingRight="10dp" />
38
        <CheckBox
39
            android:id="@+id/predeformNormal"
40
            android:layout_width="wrap_content"
41
            android:layout_height="wrap_content"
42
            android:layout_weight="1"
43
            android:checked="false"
44
            android:onClick="showNormal"
45
            android:text="@string/show_normal"
46
            android:textSize="12sp"/>
55 47

  
56
        <Spinner
57
            android:layout_width="0dp"
58
            android:layout_height="50dp"
59
            android:layout_weight="0.5"
60
            android:id="@+id/predeformSpinnerMode"
61
            />
62 48
    </LinearLayout>
63

  
64 49
</LinearLayout>

Also available in: Unified diff