|
7 | 7 | tools:context=".MainActivity"> |
8 | 8 |
|
9 | 9 |
|
10 | | - |
11 | | - <RelativeLayout |
12 | | - android:layout_width="match_parent" |
13 | | - android:layout_height="match_parent" |
14 | | - android:layout_weight="1"> |
15 | | - |
16 | | - <Button |
17 | | - android:id="@+id/button_kioskmode" |
18 | | - android:layout_width="150dp" |
19 | | - android:layout_height="100dp" |
20 | | - android:layout_centerInParent="true" |
21 | | - android:text="Kiosk mode" /> |
22 | | - |
23 | | - </RelativeLayout> |
24 | | - |
25 | | - |
26 | | - <RelativeLayout |
27 | | - android:layout_width="match_parent" |
28 | | - android:layout_height="match_parent" |
29 | | - android:layout_weight="1"> |
30 | | - |
31 | | - <Button |
32 | | - android:id="@+id/button_settings" |
33 | | - android:layout_width="150dp" |
34 | | - android:layout_height="100dp" |
35 | | - android:layout_centerInParent="true" |
36 | | - android:text="Settings" /> |
37 | | - |
38 | | - </RelativeLayout> |
| 10 | + <RelativeLayout |
| 11 | + android:layout_width="match_parent" |
| 12 | + android:layout_height="match_parent" |
| 13 | + android:layout_weight="1" |
| 14 | + android:background="#FFF"> |
| 15 | + |
| 16 | + <Button |
| 17 | + android:id="@+id/button_kioskmode" |
| 18 | + android:layout_width="150dp" |
| 19 | + android:layout_height="100dp" |
| 20 | + android:layout_centerInParent="true" |
| 21 | + android:background="#fff" |
| 22 | + android:elevation="4dp" |
| 23 | + android:text="Kiosk mode" |
| 24 | + android:textColor="#000" /> |
| 25 | + |
| 26 | + </RelativeLayout> |
| 27 | + |
| 28 | + |
| 29 | + <RelativeLayout |
| 30 | + android:layout_width="match_parent" |
| 31 | + android:layout_height="match_parent" |
| 32 | + android:layout_weight="1" |
| 33 | + android:background="#FFF"> |
| 34 | + |
| 35 | + <Button |
| 36 | + android:id="@+id/button_settings" |
| 37 | + android:layout_width="150dp" |
| 38 | + android:layout_height="100dp" |
| 39 | + android:layout_centerInParent="true" |
| 40 | + android:background="#fff" |
| 41 | + android:elevation="4dp" |
| 42 | + android:text="Settings" |
| 43 | + android:textColor="#000" /> |
| 44 | + |
| 45 | + </RelativeLayout> |
39 | 46 |
|
40 | 47 |
|
41 | 48 |
|
|
0 commit comments