|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
3 | | - xmlns:app="http://schemas.android.com/apk/res-auto" |
4 | | - android:layout_width="match_parent" |
5 | | - android:layout_height="match_parent" |
6 | | - android:background="@color/grey_200"> |
| 3 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
| 4 | + android:layout_width="match_parent" |
| 5 | + android:layout_height="match_parent" |
| 6 | + android:background="@color/grey_200"> |
7 | 7 |
|
8 | 8 | <LinearLayout |
9 | 9 | android:layout_width="match_parent" |
|
55 | 55 | app:rrb_textColor="@color/white" |
56 | 56 | app:rrb_textGravity="left" |
57 | 57 | app:rrb_textSize="12sp" |
58 | | - app:rrb_textTypefacePath="fonts/shaka_pow.ttf"/> |
| 58 | + app:rrb_textTypefacePath="fonts/shaka_pow.ttf" /> |
59 | 59 |
|
60 | 60 | <co.ceryle.radiorealbutton.library.RadioRealButton |
61 | 61 | android:layout_width="wrap_content" |
|
67 | 67 | app:rrb_drawableTint="@color/white" |
68 | 68 | app:rrb_drawableWidth="36dp" |
69 | 69 | app:rrb_rippleColor="@color/blue_500" |
70 | | - app:rrb_text="Clark is jealous of Batman" |
| 70 | + app:rrb_text="Clark is super jealous of Batman" |
71 | 71 | app:rrb_textColor="@color/white" |
72 | 72 | app:rrb_textGravity="center" |
73 | 73 | app:rrb_textSize="12sp" |
74 | | - app:rrb_textTypefacePath="fonts/shaka_pow.ttf"/> |
| 74 | + app:rrb_textTypefacePath="fonts/shaka_pow.ttf" /> |
75 | 75 |
|
76 | 76 | <co.ceryle.radiorealbutton.library.RadioRealButton |
77 | 77 | android:id="@+id/rrb_3" |
|
89 | 89 | app:rrb_textFillSpace="true" |
90 | 90 | app:rrb_textGravity="right" |
91 | 91 | app:rrb_textSize="12sp" |
92 | | - app:rrb_textTypefacePath="fonts/shaka_pow.ttf"/> |
| 92 | + app:rrb_textTypefacePath="fonts/shaka_pow.ttf" /> |
93 | 93 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
94 | 94 |
|
95 | 95 |
|
|
105 | 105 | android:layout_height="wrap_content" |
106 | 106 | android:layout_marginEnd="4dp" |
107 | 107 | android:layout_marginRight="4dp" |
108 | | - android:text="Position: 0"/> |
| 108 | + android:text="Position: 0" /> |
109 | 109 |
|
110 | 110 | <co.ceryle.radiorealbutton.library.RadioRealButtonGroup |
111 | 111 | android:id="@+id/radioRealButtonGroup_1" |
|
137 | 137 | app:rrb_drawableWidth="48dp" |
138 | 138 | app:rrb_text="Button 1" |
139 | 139 | app:rrb_textStyle="italic" |
140 | | - app:rrb_textTypeface="serif"/> |
| 140 | + app:rrb_textTypeface="serif" /> |
141 | 141 |
|
142 | 142 | <co.ceryle.radiorealbutton.library.RadioRealButton |
143 | 143 | android:layout_width="wrap_content" |
|
146 | 146 | app:rrb_drawableWidth="36dp" |
147 | 147 | app:rrb_text="Button 2" |
148 | 148 | app:rrb_textStyle="italic" |
149 | | - app:rrb_textTypeface="serif"/> |
| 149 | + app:rrb_textTypeface="serif" /> |
150 | 150 |
|
151 | 151 | <co.ceryle.radiorealbutton.library.RadioRealButton |
152 | 152 | android:layout_width="wrap_content" |
|
155 | 155 | app:rrb_drawableWidth="24dp" |
156 | 156 | app:rrb_text="Button 3" |
157 | 157 | app:rrb_textStyle="italic" |
158 | | - app:rrb_textTypeface="serif"/> |
| 158 | + app:rrb_textTypeface="serif" /> |
159 | 159 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
160 | 160 | </LinearLayout> |
161 | 161 |
|
|
199 | 199 | app:rrb_rippleColor="@color/black" |
200 | 200 | app:rrb_text="Bruce" |
201 | 201 | app:rrb_textColor="@color/black" |
202 | | - app:rrb_textTypefacePath="fonts/shaka_pow.ttf"/> |
| 202 | + app:rrb_textTypefacePath="fonts/shaka_pow.ttf" /> |
203 | 203 |
|
204 | 204 | <co.ceryle.radiorealbutton.library.RadioRealButton |
205 | 205 | android:layout_width="wrap_content" |
|
212 | 212 | app:rrb_rippleColor="@color/blue_500" |
213 | 213 | app:rrb_text="Clark" |
214 | 214 | app:rrb_textColor="@color/black" |
215 | | - app:rrb_textTypefacePath="fonts/shaka_pow.ttf"/> |
| 215 | + app:rrb_textTypefacePath="fonts/shaka_pow.ttf" /> |
216 | 216 |
|
217 | 217 | <co.ceryle.radiorealbutton.library.RadioRealButton |
218 | 218 | android:layout_width="wrap_content" |
|
224 | 224 | app:rrb_rippleColor="@color/yellow_600" |
225 | 225 | app:rrb_text="Diana" |
226 | 226 | app:rrb_textColor="@color/black" |
227 | | - app:rrb_textTypefacePath="fonts/shaka_pow.ttf"/> |
| 227 | + app:rrb_textTypefacePath="fonts/shaka_pow.ttf" /> |
228 | 228 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
229 | 229 |
|
230 | 230 |
|
|
239 | 239 | android:layout_margin="4dp" |
240 | 240 | android:layout_weight="1" |
241 | 241 | android:elevation="2dp" |
242 | | - app:rrbg_borderColor="@color/black" |
| 242 | + app:rrbg_borderColor="@color/teal_300" |
243 | 243 | app:rrbg_borderSize="1dp" |
244 | | - app:rrbg_bottomLineSize="0dp" |
245 | 244 | app:rrbg_checkedPosition="0" |
246 | | - app:rrbg_dividerColor="@color/black" |
247 | | - app:rrbg_dividerPadding="0dp" |
248 | | - app:rrbg_dividerSize="1dp" |
249 | 245 | app:rrbg_radius="28dp" |
250 | | - app:rrbg_selectorColor="@color/yellow_600" |
251 | | - app:rrbg_selectorSize="6dp"> |
| 246 | + app:rrbg_backgroundColor="@android:color/transparent" |
| 247 | + app:rrbg_selectorColor="@color/teal_300" |
| 248 | + app:rrbg_selectorFullSize="true" |
| 249 | + app:rrbg_selectorRadius="28dp"> |
252 | 250 |
|
253 | 251 | <co.ceryle.radiorealbutton.library.RadioRealButton |
254 | 252 | android:layout_width="wrap_content" |
255 | 253 | android:layout_height="wrap_content" |
256 | 254 | app:rrb_drawable="@drawable/b1" |
257 | 255 | app:rrb_drawableHeight="36dp" |
258 | 256 | app:rrb_drawableWidth="36dp" |
259 | | - app:rrb_rippleColor="@color/DarkRed"/> |
| 257 | + app:rrb_ripple="false" /> |
260 | 258 |
|
261 | 259 | <co.ceryle.radiorealbutton.library.RadioRealButton |
262 | 260 | android:layout_width="wrap_content" |
263 | 261 | android:layout_height="wrap_content" |
264 | 262 | app:rrb_drawable="@drawable/b2" |
265 | 263 | app:rrb_drawableHeight="36dp" |
266 | 264 | app:rrb_drawableWidth="36dp" |
267 | | - app:rrb_rippleColor="@color/blue_300"/> |
| 265 | + app:rrb_ripple="false" /> |
268 | 266 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
269 | 267 |
|
270 | 268 |
|
|
291 | 289 | app:rrb_drawable="@drawable/b17" |
292 | 290 | app:rrb_drawableHeight="36dp" |
293 | 291 | app:rrb_drawableWidth="36dp" |
294 | | - app:rrb_rippleColor="@color/black"/> |
| 292 | + app:rrb_rippleColor="@color/black" /> |
295 | 293 |
|
296 | 294 | <co.ceryle.radiorealbutton.library.RadioRealButton |
297 | 295 | android:layout_width="wrap_content" |
298 | 296 | android:layout_height="wrap_content" |
299 | 297 | app:rrb_drawable="@drawable/b6" |
300 | 298 | app:rrb_drawableHeight="36dp" |
301 | 299 | app:rrb_drawableWidth="36dp" |
302 | | - app:rrb_rippleColor="@color/DarkRed"/> |
| 300 | + app:rrb_rippleColor="@color/DarkRed" /> |
303 | 301 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
304 | 302 | </LinearLayout> |
305 | 303 |
|
|
335 | 333 | android:layout_height="wrap_content" |
336 | 334 | app:rrb_drawable="@drawable/b9" |
337 | 335 | app:rrb_drawableHeight="36dp" |
338 | | - app:rrb_drawableWidth="36dp"/> |
| 336 | + app:rrb_drawableWidth="36dp" /> |
339 | 337 |
|
340 | 338 | <co.ceryle.radiorealbutton.library.RadioRealButton |
341 | 339 | android:layout_width="wrap_content" |
342 | 340 | android:layout_height="wrap_content" |
343 | 341 | app:rrb_drawable="@drawable/b8" |
344 | 342 | app:rrb_drawableHeight="36dp" |
345 | | - app:rrb_drawableWidth="36dp"/> |
| 343 | + app:rrb_drawableWidth="36dp" /> |
346 | 344 |
|
347 | 345 | <co.ceryle.radiorealbutton.library.RadioRealButton |
348 | 346 | android:layout_width="wrap_content" |
349 | 347 | android:layout_height="wrap_content" |
350 | 348 | app:rrb_drawable="@drawable/b11" |
351 | 349 | app:rrb_drawableHeight="36dp" |
352 | | - app:rrb_drawableWidth="36dp"/> |
| 350 | + app:rrb_drawableWidth="36dp" /> |
353 | 351 |
|
354 | 352 | <co.ceryle.radiorealbutton.library.RadioRealButton |
355 | 353 | android:layout_width="wrap_content" |
356 | 354 | android:layout_height="wrap_content" |
357 | 355 | app:rrb_drawable="@drawable/b13" |
358 | 356 | app:rrb_drawableHeight="36dp" |
359 | | - app:rrb_drawableWidth="36dp"/> |
| 357 | + app:rrb_drawableWidth="36dp" /> |
360 | 358 |
|
361 | 359 | <co.ceryle.radiorealbutton.library.RadioRealButton |
362 | 360 | android:layout_width="wrap_content" |
363 | 361 | android:layout_height="wrap_content" |
364 | 362 | app:rrb_drawable="@drawable/b12" |
365 | 363 | app:rrb_drawableHeight="36dp" |
366 | | - app:rrb_drawableWidth="36dp"/> |
| 364 | + app:rrb_drawableWidth="36dp" /> |
367 | 365 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
368 | 366 |
|
369 | 367 |
|
|
393 | 391 | android:layout_height="wrap_content" |
394 | 392 | app:rrb_drawable="@drawable/b7" |
395 | 393 | app:rrb_drawableHeight="36dp" |
396 | | - app:rrb_rippleColor="@color/white" |
397 | 394 | app:rrb_drawableTint="@color/white" |
398 | | - app:rrb_drawableWidth="36dp"/> |
| 395 | + app:rrb_drawableWidth="36dp" |
| 396 | + app:rrb_rippleColor="@color/white" /> |
399 | 397 |
|
400 | 398 | <co.ceryle.radiorealbutton.library.RadioRealButton |
401 | 399 | android:layout_width="wrap_content" |
402 | 400 | android:layout_height="wrap_content" |
403 | 401 | app:rrb_drawable="@drawable/b7" |
404 | 402 | app:rrb_drawableHeight="36dp" |
405 | | - app:rrb_rippleColor="@color/white" |
406 | 403 | app:rrb_drawableTint="@color/white" |
407 | | - app:rrb_drawableWidth="36dp"/> |
| 404 | + app:rrb_drawableWidth="36dp" |
| 405 | + app:rrb_rippleColor="@color/white" /> |
408 | 406 |
|
409 | 407 | <co.ceryle.radiorealbutton.library.RadioRealButton |
410 | 408 | android:layout_width="wrap_content" |
411 | 409 | android:layout_height="wrap_content" |
412 | 410 | app:rrb_drawable="@drawable/b7" |
413 | 411 | app:rrb_drawableHeight="36dp" |
414 | | - app:rrb_rippleColor="@color/white" |
415 | 412 | app:rrb_drawableTint="@color/white" |
416 | | - app:rrb_drawableWidth="36dp"/> |
| 413 | + app:rrb_drawableWidth="36dp" |
| 414 | + app:rrb_rippleColor="@color/white" /> |
417 | 415 |
|
418 | 416 | <co.ceryle.radiorealbutton.library.RadioRealButton |
419 | 417 | android:layout_width="wrap_content" |
420 | 418 | android:layout_height="wrap_content" |
421 | 419 | app:rrb_drawable="@drawable/b7" |
422 | 420 | app:rrb_drawableHeight="36dp" |
423 | | - app:rrb_rippleColor="@color/white" |
424 | 421 | app:rrb_drawableTint="@color/white" |
425 | | - app:rrb_drawableWidth="36dp"/> |
| 422 | + app:rrb_drawableWidth="36dp" |
| 423 | + app:rrb_rippleColor="@color/white" /> |
426 | 424 |
|
427 | 425 | <co.ceryle.radiorealbutton.library.RadioRealButton |
428 | 426 | android:layout_width="wrap_content" |
429 | 427 | android:layout_height="wrap_content" |
430 | 428 | app:rrb_drawable="@drawable/b7" |
431 | 429 | app:rrb_drawableHeight="36dp" |
432 | | - app:rrb_rippleColor="@color/white" |
433 | 430 | app:rrb_drawableTint="@color/white" |
434 | | - app:rrb_drawableWidth="36dp"/> |
| 431 | + app:rrb_drawableWidth="36dp" |
| 432 | + app:rrb_rippleColor="@color/white" /> |
435 | 433 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
436 | 434 |
|
437 | 435 | <co.ceryle.radiorealbutton.library.RadioRealButtonGroup |
|
475 | 473 | app:rrb_text="Legolas" |
476 | 474 | app:rrb_textColor="@color/black" |
477 | 475 | app:rrb_textSize="12sp" |
478 | | - app:rrb_textTypefacePath="fonts/aniron.ttf"/> |
| 476 | + app:rrb_textTypefacePath="fonts/aniron.ttf" /> |
479 | 477 |
|
480 | 478 | <co.ceryle.radiorealbutton.library.RadioRealButton |
481 | 479 | android:layout_width="wrap_content" |
|
488 | 486 | app:rrb_text="Gimli" |
489 | 487 | app:rrb_textColor="@color/black" |
490 | 488 | app:rrb_textSize="12sp" |
491 | | - app:rrb_textTypefacePath="fonts/aniron.ttf"/> |
| 489 | + app:rrb_textTypefacePath="fonts/aniron.ttf" /> |
492 | 490 |
|
493 | 491 | <co.ceryle.radiorealbutton.library.RadioRealButton |
494 | 492 | android:layout_width="wrap_content" |
|
501 | 499 | app:rrb_text="Aragorn" |
502 | 500 | app:rrb_textColor="@color/black" |
503 | 501 | app:rrb_textSize="12sp" |
504 | | - app:rrb_textTypefacePath="fonts/aniron.ttf"/> |
| 502 | + app:rrb_textTypefacePath="fonts/aniron.ttf" /> |
505 | 503 | </co.ceryle.radiorealbutton.library.RadioRealButtonGroup> |
506 | 504 |
|
507 | 505 | </LinearLayout> |
|
0 commit comments