|
3 | 3 | android:id="@+id/root" |
4 | 4 | android:orientation="vertical" |
5 | 5 | android:gravity="center_horizontal" |
6 | | - android:background="@drawable/lt_grey" |
| 6 | + android:background="@color/lt_grey" |
7 | 7 | android:layout_width="match_parent" |
8 | 8 | android:layout_height="wrap_content" |
9 | 9 | android:baselineAligned="false"> |
|
14 | 14 | android:layout_width="match_parent" |
15 | 15 | android:layout_height="match_parent" |
16 | 16 | android:layout_weight="1" |
17 | | - android:background="@drawable/white" |
| 17 | + android:background="@color/white" |
18 | 18 | /> |
19 | 19 |
|
20 | 20 | <LinearLayout |
21 | 21 | android:orientation="horizontal" |
22 | | - android:background="@drawable/grey" |
| 22 | + android:background="@color/grey" |
23 | 23 | android:layout_width="match_parent" |
24 | 24 | android:layout_height="wrap_content"> |
25 | 25 |
|
|
42 | 42 |
|
43 | 43 | <LinearLayout |
44 | 44 | android:orientation="horizontal" |
45 | | - android:background="@drawable/dk_grey" |
| 45 | + android:background="@color/dk_grey" |
46 | 46 | android:layout_width="match_parent" |
47 | 47 | android:layout_height="wrap_content"> |
48 | 48 |
|
49 | 49 | <Button |
50 | 50 | android:id="@+id/button1" |
51 | 51 | android:text="@string/labelRed" |
52 | | - android:textColor="@drawable/red" |
| 52 | + android:textColor="@color/red" |
53 | 53 | android:layout_height="wrap_content" |
54 | 54 | android:layout_width="0dp" |
55 | 55 | android:layout_weight="1"/> |
56 | 56 |
|
57 | 57 | <Button |
58 | 58 | android:id="@+id/button2" |
59 | 59 | android:text="@string/labelGreen" |
60 | | - android:textColor="@drawable/green" |
| 60 | + android:textColor="@color/green" |
61 | 61 | android:layout_height="wrap_content" |
62 | 62 | android:layout_width="0dp" |
63 | 63 | android:layout_weight="1"/> |
|
0 commit comments