Revision 956e110f
Added by Leszek Koltunski 8 months ago
src/main/res/layout/config.xml | ||
---|---|---|
35 | 35 |
|
36 | 36 |
<TextView |
37 | 37 |
android:id="@+id/configTextBorder" |
38 |
android:layout_width="wrap_content" |
|
39 |
android:layout_height="wrap_content" |
|
38 |
android:layout_width="0dp" |
|
39 |
android:layout_height="match_parent" |
|
40 |
android:layout_weight="1" |
|
40 | 41 |
android:gravity="center_vertical|start" |
41 | 42 |
android:textSize="26sp" |
42 | 43 |
android:text="@string/config_border"/> |
... | ... | |
44 | 45 |
<SeekBar |
45 | 46 |
android:id="@+id/configSeekBarBorder" |
46 | 47 |
style="@style/Widget.AppCompat.SeekBar.Discrete" |
47 |
android:layout_width="119dp"
|
|
48 |
android:layout_width="0dp"
|
|
48 | 49 |
android:layout_height="match_parent" |
50 |
android:layout_weight="1" |
|
49 | 51 |
android:gravity="center_vertical|end" |
50 | 52 |
android:max="4" |
51 | 53 |
android:progress="2" /> |
... | ... | |
61 | 63 |
|
62 | 64 |
<TextView |
63 | 65 |
android:id="@+id/configTextCorner" |
64 |
android:layout_width="wrap_content" |
|
65 |
android:layout_height="wrap_content" |
|
66 |
android:layout_width="0dp" |
|
67 |
android:layout_height="match_parent" |
|
68 |
android:layout_weight="1" |
|
66 | 69 |
android:gravity="center_vertical|start" |
67 | 70 |
android:textSize="26sp" |
68 | 71 |
android:text="@string/config_corner"/> |
... | ... | |
70 | 73 |
<SeekBar |
71 | 74 |
android:id="@+id/configSeekBarCorner" |
72 | 75 |
style="@style/Widget.AppCompat.SeekBar.Discrete" |
73 |
android:layout_width="119dp"
|
|
76 |
android:layout_width="0dp"
|
|
74 | 77 |
android:layout_height="match_parent" |
78 |
android:layout_weight="1" |
|
75 | 79 |
android:gravity="center_vertical|end" |
76 | 80 |
android:max="4" |
77 | 81 |
android:progress="2" /> |
Also available in: Unified diff
beginnings of support for barrel-shaped objects.