|
24 | 24 | <LinearLayout |
25 | 25 | android:layout_width="match_parent" |
26 | 26 | android:layout_height="wrap_content" |
27 | | - android:orientation="horizontal" |
28 | | - android:baselineAligned="false"> |
| 27 | + android:orientation="vertical"> |
29 | 28 |
|
30 | 29 | <LinearLayout |
31 | | - android:layout_width="0dp" |
| 30 | + android:layout_width="match_parent" |
32 | 31 | android:layout_height="wrap_content" |
33 | | - android:orientation="vertical" |
34 | | - android:padding="8dp" |
35 | | - android:layout_weight="1"> |
| 32 | + android:orientation="horizontal" |
| 33 | + android:baselineAligned="false"> |
36 | 34 |
|
37 | 35 | <LinearLayout |
38 | | - android:id="@+id/cat_colors_surfaces" |
39 | | - android:layout_width="match_parent" |
| 36 | + android:layout_width="0dp" |
40 | 37 | android:layout_height="wrap_content" |
41 | | - android:orientation="vertical"> |
| 38 | + android:orientation="vertical" |
| 39 | + android:padding="8dp" |
| 40 | + android:layout_weight="1"> |
42 | 41 |
|
43 | | - <TextView |
| 42 | + <LinearLayout |
| 43 | + android:id="@+id/cat_colors_surfaces" |
| 44 | + android:layout_width="match_parent" |
| 45 | + android:layout_height="wrap_content" |
| 46 | + android:orientation="vertical"> |
| 47 | + |
| 48 | + <TextView |
| 49 | + android:layout_width="match_parent" |
| 50 | + android:layout_height="wrap_content" |
| 51 | + android:paddingBottom="8dp" |
| 52 | + android:text="@string/cat_color_surfaces" /> |
| 53 | + </LinearLayout> |
| 54 | + |
| 55 | + <LinearLayout |
| 56 | + android:id="@+id/cat_colors_utility" |
44 | 57 | android:layout_width="match_parent" |
45 | 58 | android:layout_height="wrap_content" |
46 | | - android:text="@string/cat_color_surfaces" /> |
| 59 | + android:orientation="vertical"> |
| 60 | + |
| 61 | + <TextView |
| 62 | + android:layout_width="match_parent" |
| 63 | + android:layout_height="wrap_content" |
| 64 | + android:paddingBottom="8dp" |
| 65 | + android:text="@string/cat_color_utility" /> |
| 66 | + </LinearLayout> |
47 | 67 | </LinearLayout> |
48 | 68 |
|
49 | 69 | <LinearLayout |
50 | | - android:id="@+id/cat_colors_utility" |
51 | | - android:layout_width="match_parent" |
| 70 | + android:id="@+id/cat_colors_content" |
| 71 | + android:layout_width="0dp" |
52 | 72 | android:layout_height="wrap_content" |
53 | | - android:orientation="vertical"> |
| 73 | + android:orientation="vertical" |
| 74 | + android:padding="8dp" |
| 75 | + android:layout_weight="1"> |
54 | 76 |
|
55 | 77 | <TextView |
56 | 78 | android:layout_width="match_parent" |
57 | 79 | android:layout_height="wrap_content" |
58 | | - android:text="@string/cat_color_utility" /> |
| 80 | + android:paddingBottom="8dp" |
| 81 | + android:text="@string/cat_color_content" /> |
59 | 82 | </LinearLayout> |
60 | 83 | </LinearLayout> |
61 | 84 |
|
62 | | - <LinearLayout |
63 | | - android:id="@+id/cat_colors_content" |
64 | | - android:layout_width="0dp" |
| 85 | + <TextView |
| 86 | + android:layout_width="match_parent" |
65 | 87 | android:layout_height="wrap_content" |
66 | | - android:orientation="vertical" |
67 | 88 | android:padding="8dp" |
68 | | - android:layout_weight="1"> |
69 | | - |
70 | | - <TextView |
71 | | - android:layout_width="match_parent" |
72 | | - android:layout_height="wrap_content" |
73 | | - android:text="@string/cat_color_content" /> |
74 | | - </LinearLayout> |
| 89 | + android:text="@string/cat_color_utility_note" /> |
75 | 90 | </LinearLayout> |
76 | 91 | </ScrollView> |
0 commit comments