|
28 | 28 |
|
29 | 29 |
|
30 | 30 | <com.google.android.material.textview.MaterialTextView |
31 | | - style="?android:attr/textAppearanceSmall" |
32 | | - android:layout_width="match_parent" |
33 | | - android:layout_height="wrap_content" |
34 | | - android:layout_marginStart="24dp" |
35 | | - android:layout_marginBottom="2dp" |
36 | | - android:text="Icons" |
37 | | - android:textAlignment="viewStart" |
38 | | - android:textStyle="bold" /> |
39 | | - |
| 31 | + style="@style/SubHeaderStyle" |
| 32 | + android:text="Icons" /> |
40 | 33 |
|
41 | 34 | <com.google.android.material.card.MaterialCardView |
42 | 35 | android:layout_width="match_parent" |
|
55 | 48 |
|
56 | 49 |
|
57 | 50 | <com.google.android.material.textview.MaterialTextView |
58 | | - style="?android:attr/textAppearanceSmall" |
59 | | - android:layout_width="match_parent" |
60 | | - android:layout_height="wrap_content" |
61 | | - android:layout_marginStart="24dp" |
| 51 | + style="@style/SubHeaderStyle" |
62 | 52 | android:layout_marginTop="15dp" |
63 | | - android:layout_marginBottom="2dp" |
64 | | - android:text="SeekBar" |
65 | | - android:textAlignment="viewStart" |
66 | | - android:textStyle="bold" /> |
| 53 | + android:text="SeekBar" /> |
67 | 54 |
|
68 | 55 |
|
69 | 56 | <com.google.android.material.card.MaterialCardView |
|
96 | 83 |
|
97 | 84 |
|
98 | 85 | <com.google.android.material.textview.MaterialTextView |
99 | | - style="?android:attr/textAppearanceSmall" |
100 | | - android:layout_width="match_parent" |
101 | | - android:layout_height="wrap_content" |
102 | | - android:layout_marginStart="24dp" |
| 86 | + style="@style/SubHeaderStyle" |
103 | 87 | android:layout_marginTop="15dp" |
104 | | - android:layout_marginBottom="2dp" |
105 | | - android:text="ProgressBar" |
106 | | - android:textAlignment="viewStart" |
107 | | - android:textStyle="bold" /> |
| 88 | + android:text="ProgressBar" /> |
108 | 89 |
|
109 | 90 |
|
110 | 91 | <com.google.android.material.card.MaterialCardView |
|
163 | 144 |
|
164 | 145 |
|
165 | 146 | <com.google.android.material.textview.MaterialTextView |
166 | | - style="?android:attr/textAppearanceSmall" |
167 | | - android:layout_width="match_parent" |
168 | | - android:layout_height="wrap_content" |
169 | | - android:layout_marginStart="24dp" |
| 147 | + style="@style/SubHeaderStyle" |
170 | 148 | android:layout_marginTop="15dp" |
171 | | - android:layout_marginBottom="2dp" |
172 | | - android:text="Buttons" |
173 | | - android:textAlignment="viewStart" |
174 | | - android:textStyle="bold" /> |
| 149 | + android:text="Buttons" /> |
175 | 150 |
|
176 | 151 |
|
177 | 152 | <com.google.android.material.card.MaterialCardView |
|
284 | 259 |
|
285 | 260 |
|
286 | 261 | <com.google.android.material.textview.MaterialTextView |
287 | | - style="?android:attr/textAppearanceSmall" |
288 | | - android:layout_width="match_parent" |
289 | | - android:layout_height="wrap_content" |
290 | | - android:layout_marginStart="24dp" |
| 262 | + style="@style/SubHeaderStyle" |
291 | 263 | android:layout_marginTop="15dp" |
292 | | - android:layout_marginBottom="2dp" |
293 | | - android:text="Others" |
294 | | - android:textAlignment="viewStart" |
295 | | - android:textStyle="bold" /> |
| 264 | + android:text="Others" /> |
296 | 265 |
|
297 | 266 |
|
298 | 267 | <com.google.android.material.card.MaterialCardView |
|
333 | 302 |
|
334 | 303 |
|
335 | 304 | <com.google.android.material.textview.MaterialTextView |
336 | | - style="?android:attr/textAppearanceSmall" |
337 | | - android:layout_width="match_parent" |
338 | | - android:layout_height="wrap_content" |
339 | | - android:layout_marginStart="24dp" |
| 305 | + style="@style/SubHeaderStyle" |
340 | 306 | android:layout_marginTop="15dp" |
341 | | - android:layout_marginBottom="2dp" |
342 | | - android:text="Color" |
343 | | - android:textAlignment="viewStart" |
344 | | - android:textStyle="bold" /> |
| 307 | + android:text="Color" /> |
345 | 308 |
|
346 | 309 |
|
347 | 310 | <com.google.android.material.card.MaterialCardView |
|
0 commit comments