|
21 | 21 | android:layout_height="0dp" |
22 | 22 | android:layout_weight="1" |
23 | 23 | android:onClick="example0" |
24 | | - app:button_duration="150" |
| 24 | + app:button_duration="110" |
25 | 25 | app:button_scale="0.8" |
26 | 26 | app:layout_backgroundColor="@color/background800" |
27 | 27 | app:layout_round="20"> |
|
32 | 32 | android:layout_centerInParent="true" |
33 | 33 | android:padding="5dp" |
34 | 34 | android:text="ColorPicker Example" |
| 35 | + android:layout_gravity="center" |
35 | 36 | android:textColor="@android:color/white" |
36 | 37 | android:textSize="21sp" |
37 | 38 | android:textStyle="bold" /> |
|
47 | 48 | android:layout_height="0dp" |
48 | 49 | android:layout_weight="1" |
49 | 50 | android:onClick="example1" |
50 | | - app:button_duration="150" |
| 51 | + app:button_duration="110" |
51 | 52 | app:button_scale="0.8" |
52 | 53 | app:layout_backgroundColor="@color/background800" |
53 | 54 | app:layout_round="20"> |
|
56 | 57 | android:layout_width="wrap_content" |
57 | 58 | android:layout_height="wrap_content" |
58 | 59 | android:layout_centerInParent="true" |
59 | | - android:padding="5dp" |
60 | 60 | android:text="ColorPickerDialog Example" |
| 61 | + android:layout_gravity="center" |
61 | 62 | android:textColor="@android:color/white" |
62 | 63 | android:textSize="21sp" |
63 | 64 | android:textStyle="bold" /> |
|
73 | 74 | android:layout_height="0dp" |
74 | 75 | android:layout_weight="1" |
75 | 76 | android:onClick="example2" |
76 | | - app:button_duration="150" |
| 77 | + app:button_duration="110" |
77 | 78 | app:button_scale="0.8" |
78 | 79 | app:layout_backgroundColor="@color/background800" |
79 | 80 | app:layout_round="20"> |
|
82 | 83 | android:layout_width="wrap_content" |
83 | 84 | android:layout_height="wrap_content" |
84 | 85 | android:layout_centerInParent="true" |
85 | | - android:padding="5dp" |
86 | 86 | android:text="ColorPreference Example" |
| 87 | + android:layout_gravity="center" |
87 | 88 | android:textColor="@android:color/white" |
88 | 89 | android:textSize="21sp" |
89 | 90 | android:textStyle="bold" /> |
|
0 commit comments