|
52 | 52 | android:layout_height="wrap_content"
|
53 | 53 | android:orientation="horizontal">
|
54 | 54 |
|
55 |
| - <com.simplecity.amp_library.ui.views.CustomCheckbox |
| 55 | + <android.support.v7.widget.AppCompatCheckBox |
56 | 56 | android:id="@+id/checkBox1"
|
57 | 57 | android:layout_width="0dp"
|
58 | 58 | android:layout_height="48dp"
|
59 | 59 | android:layout_weight="1"
|
| 60 | + android:tag=":aesthetic_ignore" |
60 | 61 | android:checked="true"
|
61 |
| - android:gravity="center_vertical" |
62 | 62 | android:text="@string/widget_show_artwork"
|
63 |
| - android:textColorHighlight="#6680cbc4"/> |
| 63 | + android:gravity="center_vertical" |
| 64 | + android:textColor="@color/black"/> |
64 | 65 |
|
65 |
| - <com.simplecity.amp_library.ui.views.CustomCheckbox |
| 66 | + <android.support.v7.widget.AppCompatCheckBox |
66 | 67 | android:id="@+id/checkBox2"
|
| 68 | + android:tag=":aesthetic_ignore" |
67 | 69 | android:layout_width="0dp"
|
68 | 70 | android:layout_height="48dp"
|
| 71 | + android:text="@string/widget_invert_icons" |
69 | 72 | android:layout_weight="1"
|
70 | 73 | android:gravity="center_vertical"
|
71 |
| - android:text="@string/widget_invert_icons" |
72 |
| - android:textColorHighlight="#6680cbc4"/> |
| 74 | + android:textColor="@color/black"/> |
73 | 75 |
|
74 | 76 | </LinearLayout>
|
75 | 77 |
|
|
83 | 85 | android:layout_width="0dp"
|
84 | 86 | android:layout_height="48dp"
|
85 | 87 | android:layout_weight="1"
|
86 |
| - android:drawableLeft="@drawable/bg_rounded" |
| 88 | + android:drawablePadding="8dp" |
| 89 | + android:drawableStart="@drawable/bg_rounded" |
87 | 90 | android:padding="8dp"
|
| 91 | + android:gravity="center_vertical|start" |
88 | 92 | android:stateListAnimator="@null"
|
89 | 93 | android:tag=":aesthetic_ignore"
|
90 | 94 | android:text="@string/widget_background_color"
|
|
94 | 98 | android:id="@+id/btn_text_color"
|
95 | 99 | android:layout_width="0dp"
|
96 | 100 | android:layout_height="48dp"
|
| 101 | + android:drawablePadding="8dp" |
97 | 102 | android:layout_weight="1"
|
98 |
| - android:drawableLeft="@drawable/bg_rounded" |
| 103 | + android:drawableStart="@drawable/bg_rounded" |
99 | 104 | android:padding="8dp"
|
| 105 | + android:gravity="center_vertical|start" |
100 | 106 | android:stateListAnimator="@null"
|
101 | 107 | android:tag=":aesthetic_ignore"
|
102 | 108 | android:text="@string/widget_text_color"
|
|
0 commit comments