Revision 2456eaa0
Added by Leszek Koltunski 7 months ago
src/main/res/layout/bandaged.xml | ||
---|---|---|
52 | 52 |
android:layout_width="0dp" |
53 | 53 |
android:layout_height="match_parent" |
54 | 54 |
android:layout_weight="1.0" |
55 |
android:textAlignment="center"/> |
|
55 |
android:background="@drawable/ui_spinner" |
|
56 |
android:popupBackground="?darkC"/> |
|
56 | 57 |
<Spinner |
57 | 58 |
android:id="@+id/bandagedCreatorY" |
58 | 59 |
android:layout_width="0dp" |
59 | 60 |
android:layout_height="match_parent" |
60 | 61 |
android:layout_weight="1.0" |
61 |
android:textAlignment="center"/> |
|
62 |
android:background="@drawable/ui_spinner" |
|
63 |
android:popupBackground="?darkC"/> |
|
62 | 64 |
<Spinner |
63 | 65 |
android:id="@+id/bandagedCreatorZ" |
64 | 66 |
android:layout_width="0dp" |
65 | 67 |
android:layout_height="match_parent" |
66 | 68 |
android:layout_weight="1.0" |
67 |
android:textAlignment="center"/> |
|
69 |
android:background="@drawable/ui_spinner" |
|
70 |
android:popupBackground="?darkC"/> |
|
68 | 71 |
</LinearLayout> |
69 | 72 |
|
70 | 73 |
<LinearLayout |
Also available in: Unified diff
Improve the spinners; more themes.