|
9 | 9 |
|
10 | 10 | <Button |
11 | 11 | android:id="@+id/btn_basics" |
12 | | - style="@style/Widget.AppCompat.Button.Borderless" |
| 12 | + style="@style/buttonStyle" |
13 | 13 | android:layout_width="match_parent" |
14 | 14 | android:layout_height="wrap_content" |
15 | 15 | android:text="Basics" /> |
16 | 16 |
|
17 | 17 | <Button |
18 | 18 | android:id="@+id/btn_pullback" |
19 | | - style="@style/Widget.AppCompat.Button.Borderless" |
| 19 | + style="@style/buttonStyle" |
20 | 20 | android:layout_width="match_parent" |
21 | 21 | android:layout_height="wrap_content" |
22 | 22 | android:text="Pullback and Combine" /> |
23 | 23 |
|
24 | 24 | <Button |
25 | 25 | android:id="@+id/btn_pullback_compose" |
26 | | - style="@style/Widget.AppCompat.Button.Borderless" |
| 26 | + style="@style/buttonStyle" |
27 | 27 | android:layout_width="match_parent" |
28 | 28 | android:layout_height="wrap_content" |
29 | 29 | android:text="Pullback and Combine (Jetpack Compose)" /> |
30 | 30 |
|
31 | 31 | <Button |
32 | 32 | android:id="@+id/btn_effects" |
33 | | - style="@style/Widget.AppCompat.Button.Borderless" |
| 33 | + style="@style/buttonStyle" |
34 | 34 | android:layout_width="match_parent" |
35 | 35 | android:layout_height="wrap_content" |
36 | 36 | android:text="Effects" /> |
37 | 37 |
|
38 | 38 | <Button |
39 | 39 | android:id="@+id/btn_cancellation" |
40 | | - style="@style/Widget.AppCompat.Button.Borderless" |
| 40 | + style="@style/buttonStyle" |
41 | 41 | android:layout_width="match_parent" |
42 | 42 | android:layout_height="wrap_content" |
43 | 43 | android:text="Cancellation" /> |
|
0 commit comments