blob: e335b305163f5271b6b760b09fadcd0ccd841f5e [file] [log] [blame]
Brad Stenning5450d1f2021-08-19 11:11:35 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2021 The Android Open Source Project
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License
16 -->
17
18<androidx.constraintlayout.widget.ConstraintLayout
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 xmlns:app="http://schemas.android.com/apk/res-auto"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent">
23 <ScrollView
24 android:layout_width="0dp"
25 android:layout_height="0dp"
26 android:layout_marginBottom="8dp"
27 android:layout_marginEnd="16dp"
28 android:layout_marginStart="16dp"
29 android:layout_marginTop="8dp"
30 app:layout_constraintBottom_toBottomOf="parent"
31 app:layout_constraintEnd_toEndOf="parent"
32 app:layout_constraintStart_toStartOf="parent"
33 app:layout_constraintTop_toTopOf="parent">
34
35 <LinearLayout
36 android:layout_width="match_parent"
37 android:layout_height="wrap_content"
38 android:orientation="vertical">
39
40 <FrameLayout
41 android:layout_width="match_parent"
42 android:layout_height="100dp"
43 android:background="@drawable/system_accent1_0">
44 <TextView
45 android:layout_width="wrap_content"
46 android:layout_height="wrap_content"
47 android:text="*android:color/system_accent1_0"/>
48 </FrameLayout>
49
50 <FrameLayout
51 android:layout_width="match_parent"
52 android:layout_height="100dp"
53 android:background="@drawable/system_accent1_10">
54 <TextView
55 android:layout_width="wrap_content"
56 android:layout_height="wrap_content"
57 android:text="*android:color/system_accent1_10"/>
58 </FrameLayout>
59
60 <FrameLayout
61 android:layout_width="match_parent"
62 android:layout_height="100dp"
63 android:background="@drawable/system_accent1_50">
64 <TextView
65 android:layout_width="wrap_content"
66 android:layout_height="wrap_content"
67 android:text="*android:color/system_accent1_50"/>
68 </FrameLayout>
69
70 <FrameLayout
71 android:layout_width="match_parent"
72 android:layout_height="100dp"
73 android:background="@drawable/system_accent1_100">
74 <TextView
75 android:layout_width="wrap_content"
76 android:layout_height="wrap_content"
77 android:text="*android:color/system_accent1_100"/>
78 </FrameLayout>
79
80 <FrameLayout
81 android:layout_width="match_parent"
82 android:layout_height="100dp"
83 android:background="@drawable/system_accent1_200">
84 <TextView
85 android:layout_width="wrap_content"
86 android:layout_height="wrap_content"
87 android:text="*android:color/system_accent1_200"/>
88 </FrameLayout>
89
90 <FrameLayout
91 android:layout_width="match_parent"
92 android:layout_height="100dp"
93 android:background="@drawable/system_accent1_300">
94 <TextView
95 android:layout_width="wrap_content"
96 android:layout_height="wrap_content"
97 android:text="*android:color/system_accent1_300"/>
98 </FrameLayout>
99
100 <FrameLayout
101 android:layout_width="match_parent"
102 android:layout_height="100dp"
103 android:background="@drawable/system_accent1_400">
104 <TextView
105 android:layout_width="wrap_content"
106 android:layout_height="wrap_content"
107 android:text="*android:color/system_accent1_400"/>
108 </FrameLayout>
109
110 <FrameLayout
111 android:layout_width="match_parent"
112 android:layout_height="100dp"
113 android:background="@drawable/system_accent1_500">
114 <TextView
115 android:layout_width="wrap_content"
116 android:layout_height="wrap_content"
117 android:text="*android:color/system_accent1_500"/>
118 </FrameLayout>
119
120 <FrameLayout
121 android:layout_width="match_parent"
122 android:layout_height="100dp"
123 android:background="@drawable/system_accent1_600">
124 <TextView
125 android:layout_width="wrap_content"
126 android:layout_height="wrap_content"
127 android:text="*android:color/system_accent1_600"/>
128 </FrameLayout>
129
130 <FrameLayout
131 android:layout_width="match_parent"
132 android:layout_height="100dp"
133 android:background="@drawable/system_accent1_700">
134 <TextView
135 android:layout_width="wrap_content"
136 android:layout_height="wrap_content"
137 android:text="*android:color/system_accent1_700"/>
138 </FrameLayout>
139
140 <FrameLayout
141 android:layout_width="match_parent"
142 android:layout_height="100dp"
143 android:background="@drawable/system_accent1_800">
144 <TextView
145 android:layout_width="wrap_content"
146 android:layout_height="wrap_content"
147 android:text="*android:color/system_accent1_800"/>
148 </FrameLayout>
149
150 <FrameLayout
151 android:layout_width="match_parent"
152 android:layout_height="100dp"
153 android:background="@drawable/system_accent1_900">
154 <TextView
155 android:layout_width="wrap_content"
156 android:layout_height="wrap_content"
157 android:text="*android:color/system_accent1_900"/>
158 </FrameLayout>
159
160 <FrameLayout
161 android:layout_width="match_parent"
162 android:layout_height="100dp"
163 android:background="@drawable/system_accent1_1000">
164 <TextView
165 android:layout_width="wrap_content"
166 android:layout_height="wrap_content"
167 android:text="*android:color/system_accent1_1000"/>
168 </FrameLayout>
169
170
171 <FrameLayout
172 android:layout_width="match_parent"
173 android:layout_height="100dp"
174 android:background="@drawable/system_accent2_0">
175 <TextView
176 android:layout_width="wrap_content"
177 android:layout_height="wrap_content"
178 android:text="*android:color/system_accent2_0"/>
179 </FrameLayout>
180
181 <FrameLayout
182 android:layout_width="match_parent"
183 android:layout_height="100dp"
184 android:background="@drawable/system_accent2_10">
185 <TextView
186 android:layout_width="wrap_content"
187 android:layout_height="wrap_content"
188 android:text="*android:color/system_accent2_10"/>
189 </FrameLayout>
190
191 <FrameLayout
192 android:layout_width="match_parent"
193 android:layout_height="100dp"
194 android:background="@drawable/system_accent2_50">
195 <TextView
196 android:layout_width="wrap_content"
197 android:layout_height="wrap_content"
198 android:text="*android:color/system_accent2_50"/>
199 </FrameLayout>
200
201 <FrameLayout
202 android:layout_width="match_parent"
203 android:layout_height="100dp"
204 android:background="@drawable/system_accent2_100">
205 <TextView
206 android:layout_width="wrap_content"
207 android:layout_height="wrap_content"
208 android:text="*android:color/system_accent2_100"/>
209 </FrameLayout>
210
211 <FrameLayout
212 android:layout_width="match_parent"
213 android:layout_height="100dp"
214 android:background="@drawable/system_accent2_200">
215 <TextView
216 android:layout_width="wrap_content"
217 android:layout_height="wrap_content"
218 android:text="*android:color/system_accent2_200"/>
219 </FrameLayout>
220
221 <FrameLayout
222 android:layout_width="match_parent"
223 android:layout_height="100dp"
224 android:background="@drawable/system_accent2_300">
225 <TextView
226 android:layout_width="wrap_content"
227 android:layout_height="wrap_content"
228 android:text="*android:color/system_accent2_300"/>
229 </FrameLayout>
230
231 <FrameLayout
232 android:layout_width="match_parent"
233 android:layout_height="100dp"
234 android:background="@drawable/system_accent2_400">
235 <TextView
236 android:layout_width="wrap_content"
237 android:layout_height="wrap_content"
238 android:text="*android:color/system_accent2_400"/>
239 </FrameLayout>
240
241 <FrameLayout
242 android:layout_width="match_parent"
243 android:layout_height="100dp"
244 android:background="@drawable/system_accent2_500">
245 <TextView
246 android:layout_width="wrap_content"
247 android:layout_height="wrap_content"
248 android:text="*android:color/system_accent2_500"/>
249 </FrameLayout>
250
251 <FrameLayout
252 android:layout_width="match_parent"
253 android:layout_height="100dp"
254 android:background="@drawable/system_accent2_600">
255 <TextView
256 android:layout_width="wrap_content"
257 android:layout_height="wrap_content"
258 android:text="*android:color/system_accent2_600"/>
259 </FrameLayout>
260
261 <FrameLayout
262 android:layout_width="match_parent"
263 android:layout_height="100dp"
264 android:background="@drawable/system_accent2_700">
265 <TextView
266 android:layout_width="wrap_content"
267 android:layout_height="wrap_content"
268 android:text="*android:color/system_accent2_700"/>
269 </FrameLayout>
270
271 <FrameLayout
272 android:layout_width="match_parent"
273 android:layout_height="100dp"
274 android:background="@drawable/system_accent2_800">
275 <TextView
276 android:layout_width="wrap_content"
277 android:layout_height="wrap_content"
278 android:text="*android:color/system_accent2_800"/>
279 </FrameLayout>
280
281 <FrameLayout
282 android:layout_width="match_parent"
283 android:layout_height="100dp"
284 android:background="@drawable/system_accent2_900">
285 <TextView
286 android:layout_width="wrap_content"
287 android:layout_height="wrap_content"
288 android:text="*android:color/system_accent2_900"/>
289 </FrameLayout>
290
291 <FrameLayout
292 android:layout_width="match_parent"
293 android:layout_height="100dp"
294 android:background="@drawable/system_accent2_1000">
295 <TextView
296 android:layout_width="wrap_content"
297 android:layout_height="wrap_content"
298 android:text="*android:color/system_accent2_1000"/>
299 </FrameLayout>
300
301
302 <FrameLayout
303 android:layout_width="match_parent"
304 android:layout_height="100dp"
305 android:background="@drawable/system_accent3_0">
306 <TextView
307 android:layout_width="wrap_content"
308 android:layout_height="wrap_content"
309 android:text="*android:color/system_accent3_0"/>
310 </FrameLayout>
311
312 <FrameLayout
313 android:layout_width="match_parent"
314 android:layout_height="100dp"
315 android:background="@drawable/system_accent3_10">
316 <TextView
317 android:layout_width="wrap_content"
318 android:layout_height="wrap_content"
319 android:text="*android:color/system_accent3_10"/>
320 </FrameLayout>
321
322 <FrameLayout
323 android:layout_width="match_parent"
324 android:layout_height="100dp"
325 android:background="@drawable/system_accent3_50">
326 <TextView
327 android:layout_width="wrap_content"
328 android:layout_height="wrap_content"
329 android:text="*android:color/system_accent3_50"/>
330 </FrameLayout>
331
332 <FrameLayout
333 android:layout_width="match_parent"
334 android:layout_height="100dp"
335 android:background="@drawable/system_accent3_100">
336 <TextView
337 android:layout_width="wrap_content"
338 android:layout_height="wrap_content"
339 android:text="*android:color/system_accent3_100"/>
340 </FrameLayout>
341
342 <FrameLayout
343 android:layout_width="match_parent"
344 android:layout_height="100dp"
345 android:background="@drawable/system_accent3_200">
346 <TextView
347 android:layout_width="wrap_content"
348 android:layout_height="wrap_content"
349 android:text="*android:color/system_accent3_200"/>
350 </FrameLayout>
351
352 <FrameLayout
353 android:layout_width="match_parent"
354 android:layout_height="100dp"
355 android:background="@drawable/system_accent3_300">
356 <TextView
357 android:layout_width="wrap_content"
358 android:layout_height="wrap_content"
359 android:text="*android:color/system_accent3_300"/>
360 </FrameLayout>
361
362 <FrameLayout
363 android:layout_width="match_parent"
364 android:layout_height="100dp"
365 android:background="@drawable/system_accent3_400">
366 <TextView
367 android:layout_width="wrap_content"
368 android:layout_height="wrap_content"
369 android:text="*android:color/system_accent3_400"/>
370 </FrameLayout>
371
372 <FrameLayout
373 android:layout_width="match_parent"
374 android:layout_height="100dp"
375 android:background="@drawable/system_accent3_500">
376 <TextView
377 android:layout_width="wrap_content"
378 android:layout_height="wrap_content"
379 android:text="*android:color/system_accent3_500"/>
380 </FrameLayout>
381
382 <FrameLayout
383 android:layout_width="match_parent"
384 android:layout_height="100dp"
385 android:background="@drawable/system_accent3_600">
386 <TextView
387 android:layout_width="wrap_content"
388 android:layout_height="wrap_content"
389 android:text="*android:color/system_accent3_600"/>
390 </FrameLayout>
391
392 <FrameLayout
393 android:layout_width="match_parent"
394 android:layout_height="100dp"
395 android:background="@drawable/system_accent3_700">
396 <TextView
397 android:layout_width="wrap_content"
398 android:layout_height="wrap_content"
399 android:text="*android:color/system_accent3_700"/>
400 </FrameLayout>
401
402 <FrameLayout
403 android:layout_width="match_parent"
404 android:layout_height="100dp"
405 android:background="@drawable/system_accent3_800">
406 <TextView
407 android:layout_width="wrap_content"
408 android:layout_height="wrap_content"
409 android:text="*android:color/system_accent3_800"/>
410 </FrameLayout>
411
412 <FrameLayout
413 android:layout_width="match_parent"
414 android:layout_height="100dp"
415 android:background="@drawable/system_accent3_900">
416 <TextView
417 android:layout_width="wrap_content"
418 android:layout_height="wrap_content"
419 android:text="*android:color/system_accent3_900"/>
420 </FrameLayout>
421
422 <FrameLayout
423 android:layout_width="match_parent"
424 android:layout_height="100dp"
425 android:background="@drawable/system_accent3_1000">
426 <TextView
427 android:layout_width="wrap_content"
428 android:layout_height="wrap_content"
429 android:text="*android:color/system_accent3_1000"/>
430 </FrameLayout>
431
432 </LinearLayout>
433 </ScrollView>
434 <include layout="@layout/menu_button"/>
435
436</androidx.constraintlayout.widget.ConstraintLayout>