|
51 | 51 |
|
52 | 52 | <mobi.lab.components.button.LabButton |
53 | 53 | android:id="@+id/filled" |
54 | | - style="@style/Widget.LabComponents.Button.Filled" |
| 54 | + style="@style/Widget.Lab.Button.Filled" |
55 | 55 | android:layout_width="wrap_content" |
56 | 56 | android:layout_height="wrap_content" |
57 | 57 | android:layout_marginStart="@dimen/margin_default" |
|
60 | 60 |
|
61 | 61 | <mobi.lab.components.button.LabButton |
62 | 62 | android:id="@+id/filled_icon_start" |
63 | | - style="@style/Widget.LabComponents.Button.Filled" |
| 63 | + style="@style/Widget.LabComponents.Button.Filled.Icon" |
64 | 64 | android:layout_width="wrap_content" |
65 | 65 | android:layout_height="wrap_content" |
66 | 66 | android:layout_marginTop="@dimen/margin_default" |
|
84 | 84 | /> |
85 | 85 |
|
86 | 86 | <mobi.lab.components.button.LabButton |
87 | | - android:id="@+id/filled_big" |
88 | | - style="@style/Widget.LabComponents.Button.Filled.Big" |
| 87 | + android:id="@+id/filled_small" |
| 88 | + style="@style/Widget.LabComponents.Button.Filled.Small" |
89 | 89 | android:layout_width="wrap_content" |
90 | 90 | android:layout_height="wrap_content" |
91 | 91 | android:layout_marginTop="@dimen/margin_default" |
|
94 | 94 | android:text="Filled" /> |
95 | 95 |
|
96 | 96 | <mobi.lab.components.button.LabButton |
97 | | - android:id="@+id/filled_big_icon_start" |
98 | | - style="@style/Widget.LabComponents.Button.Filled.Big" |
| 97 | + android:id="@+id/filled_small_icon_start" |
| 98 | + style="@style/Widget.LabComponents.Button.Filled.Small.Icon" |
99 | 99 | android:layout_width="wrap_content" |
100 | 100 | android:layout_height="wrap_content" |
101 | 101 | android:layout_marginTop="@dimen/margin_default" |
102 | 102 | android:layout_marginStart="@dimen/margin_default" |
103 | 103 | android:layout_marginEnd="@dimen/margin_default" |
104 | | - android:text="Filled Big" |
| 104 | + android:text="Filled Small" |
105 | 105 | app:icon="@drawable/ic_placeholder16" /> |
106 | 106 |
|
107 | 107 | <mobi.lab.components.button.LabButton |
108 | | - android:id="@+id/filled_big_icon_end" |
109 | | - style="@style/Widget.LabComponents.Button.Filled.Big" |
| 108 | + android:id="@+id/filled_small_icon_end" |
| 109 | + style="@style/Widget.LabComponents.Button.Filled.Small" |
110 | 110 | android:layout_width="wrap_content" |
111 | 111 | android:layout_height="wrap_content" |
112 | 112 | android:layout_marginTop="@dimen/margin_default" |
113 | 113 | android:layout_marginStart="@dimen/margin_default" |
114 | 114 | android:layout_marginEnd="@dimen/margin_default" |
115 | | - android:text="Filled Big" |
| 115 | + android:text="Filled Small" |
116 | 116 | app:iconGravity="end" |
117 | 117 | app:icon="@drawable/ic_placeholder16" /> |
118 | 118 |
|
|
133 | 133 |
|
134 | 134 | <mobi.lab.components.button.LabButton |
135 | 135 | android:id="@+id/tonal_icon_start" |
136 | | - style="@style/Widget.LabComponents.Button.Tonal" |
| 136 | + style="@style/Widget.LabComponents.Button.Tonal.Icon" |
137 | 137 | android:layout_width="wrap_content" |
138 | 138 | android:layout_height="wrap_content" |
139 | 139 | android:layout_marginTop="@dimen/margin_default" |
|
157 | 157 | /> |
158 | 158 |
|
159 | 159 | <mobi.lab.components.button.LabButton |
160 | | - android:id="@+id/tonal_big" |
161 | | - style="@style/Widget.LabComponents.Button.Tonal.Big" |
| 160 | + android:id="@+id/tonal_small" |
| 161 | + style="@style/Widget.LabComponents.Button.Tonal.Small" |
162 | 162 | android:layout_width="wrap_content" |
163 | 163 | android:layout_height="wrap_content" |
164 | 164 | android:layout_marginTop="@dimen/margin_default" |
165 | 165 | android:layout_marginStart="@dimen/margin_default" |
166 | 166 | android:layout_marginEnd="@dimen/margin_default" |
167 | | - android:text="Tonal Big" /> |
| 167 | + android:text="Tonal Small" /> |
168 | 168 |
|
169 | 169 | <mobi.lab.components.button.LabButton |
170 | | - android:id="@+id/tonal_big_icon_start" |
171 | | - style="@style/Widget.LabComponents.Button.Tonal.Big" |
| 170 | + android:id="@+id/tonal_small_icon_start" |
| 171 | + style="@style/Widget.LabComponents.Button.Tonal.Small.Icon" |
172 | 172 | android:layout_width="wrap_content" |
173 | 173 | android:layout_height="wrap_content" |
174 | 174 | android:layout_marginTop="@dimen/margin_default" |
175 | 175 | android:layout_marginStart="@dimen/margin_default" |
176 | 176 | android:layout_marginEnd="@dimen/margin_default" |
177 | | - android:text="Tonal Big" |
| 177 | + android:text="Tonal Small" |
178 | 178 | app:icon="@drawable/ic_placeholder16" /> |
179 | 179 |
|
180 | 180 | <mobi.lab.components.button.LabButton |
181 | | - android:id="@+id/tonal_big_icon_end" |
182 | | - style="@style/Widget.LabComponents.Button.Tonal.Big" |
| 181 | + android:id="@+id/tonal_small_icon_end" |
| 182 | + style="@style/Widget.LabComponents.Button.Tonal.Small" |
183 | 183 | android:layout_width="wrap_content" |
184 | 184 | android:layout_height="wrap_content" |
185 | 185 | android:layout_marginTop="@dimen/margin_default" |
186 | 186 | android:layout_marginStart="@dimen/margin_default" |
187 | 187 | android:layout_marginEnd="@dimen/margin_default" |
188 | | - android:text="Tonal Big" |
| 188 | + android:text="Tonal Small" |
189 | 189 | app:iconGravity="end" |
190 | 190 | app:icon="@drawable/ic_placeholder16" /> |
191 | 191 |
|
|
206 | 206 |
|
207 | 207 | <mobi.lab.components.button.LabButton |
208 | 208 | android:id="@+id/outlined_icon_start" |
209 | | - style="@style/Widget.LabComponents.Button.Outlined" |
| 209 | + style="@style/Widget.LabComponents.Button.Outlined.Icon" |
210 | 210 | android:layout_width="wrap_content" |
211 | 211 | android:layout_height="wrap_content" |
212 | 212 | android:layout_marginTop="@dimen/margin_default" |
|
229 | 229 | app:icon="@drawable/ic_placeholder16" /> |
230 | 230 |
|
231 | 231 | <mobi.lab.components.button.LabButton |
232 | | - android:id="@+id/outlined_big" |
233 | | - style="@style/Widget.LabComponents.Button.Outlined.Big" |
| 232 | + android:id="@+id/outlined_small" |
| 233 | + style="@style/Widget.LabComponents.Button.Outlined.Small" |
234 | 234 | android:layout_width="wrap_content" |
235 | 235 | android:layout_height="wrap_content" |
236 | 236 | android:layout_marginTop="@dimen/margin_default" |
237 | 237 | android:layout_marginStart="@dimen/margin_default" |
238 | 238 | android:layout_marginEnd="@dimen/margin_default" |
239 | | - android:text="Outlined Big" /> |
| 239 | + android:text="Outlined Small" /> |
240 | 240 |
|
241 | 241 | <mobi.lab.components.button.LabButton |
242 | | - android:id="@+id/outlined_big_icon_start" |
243 | | - style="@style/Widget.LabComponents.Button.Outlined.Big" |
| 242 | + android:id="@+id/outlined_small_icon_start" |
| 243 | + style="@style/Widget.LabComponents.Button.Outlined.Small.Icon" |
244 | 244 | android:layout_width="wrap_content" |
245 | 245 | android:layout_height="wrap_content" |
246 | 246 | android:layout_marginTop="@dimen/margin_default" |
247 | 247 | android:layout_marginStart="@dimen/margin_default" |
248 | 248 | android:layout_marginEnd="@dimen/margin_default" |
249 | | - android:text="Outlined Big" |
| 249 | + android:text="Outlined Small" |
250 | 250 | app:icon="@drawable/ic_placeholder16" /> |
251 | 251 |
|
252 | 252 | <mobi.lab.components.button.LabButton |
253 | | - android:id="@+id/outlined_big_icon_end" |
254 | | - style="@style/Widget.LabComponents.Button.Outlined.Big" |
| 253 | + android:id="@+id/outlined_small_icon_end" |
| 254 | + style="@style/Widget.LabComponents.Button.Outlined.Small" |
255 | 255 | android:layout_width="wrap_content" |
256 | 256 | android:layout_height="wrap_content" |
257 | 257 | android:layout_marginTop="@dimen/margin_default" |
258 | 258 | android:layout_marginStart="@dimen/margin_default" |
259 | 259 | android:layout_marginEnd="@dimen/margin_default" |
260 | | - android:text="Outlined Big" |
| 260 | + android:text="Outlined Small" |
261 | 261 | app:iconGravity="end" |
262 | 262 | app:icon="@drawable/ic_placeholder16" /> |
263 | 263 |
|
|
278 | 278 |
|
279 | 279 | <mobi.lab.components.button.LabButton |
280 | 280 | android:id="@+id/text_icon_start" |
281 | | - style="@style/Widget.LabComponents.Button.Text" |
| 281 | + style="@style/Widget.LabComponents.Button.Text.Icon" |
282 | 282 | android:layout_width="wrap_content" |
283 | 283 | android:layout_height="wrap_content" |
284 | 284 | android:layout_marginTop="@dimen/margin_default" |
|
302 | 302 | /> |
303 | 303 |
|
304 | 304 | <mobi.lab.components.button.LabButton |
305 | | - android:id="@+id/text_big" |
306 | | - style="@style/Widget.LabComponents.Button.Text.Big" |
| 305 | + android:id="@+id/text_small" |
| 306 | + style="@style/Widget.LabComponents.Button.Text.Small" |
307 | 307 | android:layout_width="wrap_content" |
308 | 308 | android:layout_height="wrap_content" |
309 | 309 | android:layout_marginTop="@dimen/margin_default" |
310 | 310 | android:layout_marginStart="@dimen/margin_default" |
311 | 311 | android:layout_marginEnd="@dimen/margin_default" |
312 | | - android:text="Text Big" /> |
| 312 | + android:text="Text Small" /> |
313 | 313 |
|
314 | 314 | <mobi.lab.components.button.LabButton |
315 | | - android:id="@+id/text_big_icon_start" |
316 | | - style="@style/Widget.LabComponents.Button.Text.Big" |
| 315 | + android:id="@+id/text_small_icon_start" |
| 316 | + style="@style/Widget.LabComponents.Button.Text.Small.Icon" |
317 | 317 | android:layout_width="wrap_content" |
318 | 318 | android:layout_height="wrap_content" |
319 | 319 | android:layout_marginTop="@dimen/margin_default" |
320 | 320 | android:layout_marginStart="@dimen/margin_default" |
321 | 321 | android:layout_marginEnd="@dimen/margin_default" |
322 | | - android:text="Text Big" |
| 322 | + android:text="Text Small" |
323 | 323 | app:icon="@drawable/ic_placeholder16" /> |
324 | 324 |
|
325 | 325 | <mobi.lab.components.button.LabButton |
326 | | - android:id="@+id/text_big_icon_end" |
327 | | - style="@style/Widget.LabComponents.Button.Text.Big" |
| 326 | + android:id="@+id/text_small_icon_end" |
| 327 | + style="@style/Widget.LabComponents.Button.Text.Small" |
328 | 328 | android:layout_width="wrap_content" |
329 | 329 | android:layout_height="wrap_content" |
330 | 330 | android:layout_marginTop="@dimen/margin_default" |
331 | 331 | android:layout_marginStart="@dimen/margin_default" |
332 | 332 | android:layout_marginEnd="@dimen/margin_default" |
333 | | - android:text="Text Big" |
| 333 | + android:text="Text Small" |
334 | 334 | app:iconGravity="end" |
335 | 335 | app:icon="@drawable/ic_placeholder16" /> |
336 | 336 | </LinearLayout> |
|
0 commit comments