|
26 | 26 | android:textSize="14sp" |
27 | 27 | android:layout_marginBottom="24dp" /> |
28 | 28 |
|
29 | | - <!-- Display Section --> |
| 29 | + <!-- Apps Section --> |
30 | 30 | <TextView |
31 | 31 | android:layout_width="wrap_content" |
32 | 32 | android:layout_height="wrap_content" |
33 | | - android:text="@string/tools_section_display" |
| 33 | + android:text="@string/tools_section_apps" |
34 | 34 | android:textColor="?attr/colorPrimary" |
35 | 35 | android:textStyle="bold" |
36 | 36 | android:layout_marginBottom="8dp" /> |
|
46 | 46 | <LinearLayout |
47 | 47 | android:layout_width="match_parent" |
48 | 48 | android:layout_height="wrap_content" |
49 | | - android:orientation="vertical"> |
| 49 | + android:orientation="vertical" |
| 50 | + android:padding="4dp"> |
50 | 51 |
|
51 | 52 | <LinearLayout |
52 | | - android:id="@+id/itemExtraDim" |
| 53 | + android:id="@+id/itemManageApps" |
53 | 54 | android:layout_width="match_parent" |
54 | 55 | android:layout_height="wrap_content" |
55 | | - android:orientation="horizontal" |
56 | | - android:gravity="center_vertical" |
57 | | - android:padding="16dp" |
| 56 | + android:padding="12dp" |
58 | 57 | android:background="?attr/selectableItemBackground"> |
| 58 | + <TextView |
| 59 | + android:layout_width="wrap_content" |
| 60 | + android:layout_height="wrap_content" |
| 61 | + android:text="@string/tools_manage_apps" |
| 62 | + android:textSize="15sp" /> |
| 63 | + </LinearLayout> |
59 | 64 |
|
60 | | - <ImageView |
61 | | - android:layout_width="24dp" |
62 | | - android:layout_height="24dp" |
63 | | - android:src="@drawable/ic_brightness" |
64 | | - android:contentDescription="@null" /> |
65 | | - |
66 | | - <LinearLayout |
67 | | - android:layout_width="0dp" |
| 65 | + <LinearLayout |
| 66 | + android:id="@+id/itemUnknownSources" |
| 67 | + android:layout_width="match_parent" |
| 68 | + android:layout_height="wrap_content" |
| 69 | + android:padding="12dp" |
| 70 | + android:background="?attr/selectableItemBackground"> |
| 71 | + <TextView |
| 72 | + android:layout_width="wrap_content" |
68 | 73 | android:layout_height="wrap_content" |
69 | | - android:layout_weight="1" |
70 | | - android:layout_marginStart="16dp" |
71 | | - android:orientation="vertical"> |
72 | | - |
73 | | - <TextView |
74 | | - android:layout_width="wrap_content" |
75 | | - android:layout_height="wrap_content" |
76 | | - android:text="@string/tools_extra_dim" |
77 | | - android:textSize="16sp" /> |
78 | | - |
79 | | - <TextView |
80 | | - android:layout_width="wrap_content" |
81 | | - android:layout_height="wrap_content" |
82 | | - android:text="@string/tools_extra_dim_desc" |
83 | | - android:textColor="@color/on_surface_secondary" |
84 | | - android:textSize="12sp" /> |
85 | | - </LinearLayout> |
86 | | - |
87 | | - <ImageView |
88 | | - android:layout_width="20dp" |
89 | | - android:layout_height="20dp" |
90 | | - android:src="@drawable/ic_chevron_right" |
91 | | - android:alpha="0.5" |
92 | | - android:contentDescription="@null" /> |
| 74 | + android:text="@string/tools_unknown_sources" |
| 75 | + android:textSize="15sp" /> |
93 | 76 | </LinearLayout> |
94 | 77 | </LinearLayout> |
95 | 78 | </com.google.android.material.card.MaterialCardView> |
96 | 79 |
|
97 | | - <!-- Notification Section --> |
| 80 | + <!-- Display Section --> |
98 | 81 | <TextView |
99 | 82 | android:layout_width="wrap_content" |
100 | 83 | android:layout_height="wrap_content" |
101 | | - android:text="@string/tools_section_notification" |
| 84 | + android:text="@string/tools_section_display" |
102 | 85 | android:textColor="?attr/colorPrimary" |
103 | 86 | android:textStyle="bold" |
104 | 87 | android:layout_marginBottom="8dp" /> |
|
118 | 101 | android:padding="4dp"> |
119 | 102 |
|
120 | 103 | <LinearLayout |
121 | | - android:id="@+id/itemNotificationLog" |
| 104 | + android:id="@+id/itemExtraDim" |
122 | 105 | android:layout_width="match_parent" |
123 | 106 | android:layout_height="wrap_content" |
124 | 107 | android:padding="12dp" |
125 | 108 | android:background="?attr/selectableItemBackground"> |
126 | 109 | <TextView |
127 | 110 | android:layout_width="wrap_content" |
128 | 111 | android:layout_height="wrap_content" |
129 | | - android:text="@string/tools_notification_log" |
| 112 | + android:text="@string/tools_extra_dim" |
130 | 113 | android:textSize="15sp" /> |
131 | 114 | </LinearLayout> |
132 | 115 |
|
133 | 116 | <LinearLayout |
134 | | - android:id="@+id/itemNotificationHistory" |
| 117 | + android:id="@+id/itemQColor" |
135 | 118 | android:layout_width="match_parent" |
136 | 119 | android:layout_height="wrap_content" |
137 | 120 | android:padding="12dp" |
138 | 121 | android:background="?attr/selectableItemBackground"> |
139 | 122 | <TextView |
140 | 123 | android:layout_width="wrap_content" |
141 | 124 | android:layout_height="wrap_content" |
142 | | - android:text="@string/tools_notification_history" |
| 125 | + android:text="@string/tools_qcolor" |
143 | 126 | android:textSize="15sp" /> |
144 | 127 | </LinearLayout> |
145 | 128 | </LinearLayout> |
|
196 | 179 | </LinearLayout> |
197 | 180 | </com.google.android.material.card.MaterialCardView> |
198 | 181 |
|
199 | | - <!-- Apps Section --> |
| 182 | + <!-- Notification Section --> |
200 | 183 | <TextView |
201 | 184 | android:layout_width="wrap_content" |
202 | 185 | android:layout_height="wrap_content" |
203 | | - android:text="@string/tools_section_apps" |
| 186 | + android:text="@string/tools_section_notification" |
204 | 187 | android:textColor="?attr/colorPrimary" |
205 | 188 | android:textStyle="bold" |
206 | 189 | android:layout_marginBottom="8dp" /> |
|
220 | 203 | android:padding="4dp"> |
221 | 204 |
|
222 | 205 | <LinearLayout |
223 | | - android:id="@+id/itemUnknownSources" |
| 206 | + android:id="@+id/itemNotificationLog" |
224 | 207 | android:layout_width="match_parent" |
225 | 208 | android:layout_height="wrap_content" |
226 | 209 | android:padding="12dp" |
227 | 210 | android:background="?attr/selectableItemBackground"> |
228 | 211 | <TextView |
229 | 212 | android:layout_width="wrap_content" |
230 | 213 | android:layout_height="wrap_content" |
231 | | - android:text="@string/tools_unknown_sources" |
| 214 | + android:text="@string/tools_notification_log" |
232 | 215 | android:textSize="15sp" /> |
233 | 216 | </LinearLayout> |
234 | 217 |
|
235 | 218 | <LinearLayout |
236 | | - android:id="@+id/itemManageApps" |
| 219 | + android:id="@+id/itemNotificationHistory" |
237 | 220 | android:layout_width="match_parent" |
238 | 221 | android:layout_height="wrap_content" |
239 | 222 | android:padding="12dp" |
240 | 223 | android:background="?attr/selectableItemBackground"> |
241 | 224 | <TextView |
242 | 225 | android:layout_width="wrap_content" |
243 | 226 | android:layout_height="wrap_content" |
244 | | - android:text="@string/tools_manage_apps" |
| 227 | + android:text="@string/tools_notification_history" |
245 | 228 | android:textSize="15sp" /> |
246 | 229 | </LinearLayout> |
247 | 230 | </LinearLayout> |
248 | 231 | </com.google.android.material.card.MaterialCardView> |
249 | 232 |
|
250 | | - <!-- Developer Section --> |
| 233 | + <!-- Device Section --> |
251 | 234 | <TextView |
252 | 235 | android:layout_width="wrap_content" |
253 | 236 | android:layout_height="wrap_content" |
|
298 | 281 | </LinearLayout> |
299 | 282 | </com.google.android.material.card.MaterialCardView> |
300 | 283 |
|
301 | | - <!-- Activity Launcher Section --> |
| 284 | + <!-- Advanced Section --> |
302 | 285 | <TextView |
303 | 286 | android:layout_width="wrap_content" |
304 | 287 | android:layout_height="wrap_content" |
|
0 commit comments