|
12 | 12 | android:orientation="vertical"> |
13 | 13 |
|
14 | 14 | <RelativeLayout |
15 | | - android:id="@+id/settings_dark_theme_holder" |
| 15 | + android:id="@+id/settings_customize_colors_holder" |
16 | 16 | android:layout_width="match_parent" |
17 | 17 | android:layout_height="wrap_content" |
18 | 18 | android:layout_marginTop="@dimen/medium_margin" |
19 | 19 | android:background="?attr/selectableItemBackground" |
20 | 20 | android:padding="@dimen/activity_margin"> |
21 | 21 |
|
22 | | - <TextView |
23 | | - android:id="@+id/settings_dark_theme_label" |
| 22 | + <com.simplemobiletools.commons.views.MyTextView |
| 23 | + android:id="@+id/settings_customize_colors_label" |
24 | 24 | android:layout_width="wrap_content" |
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:layout_centerVertical="true" |
27 | 27 | android:paddingLeft="@dimen/medium_margin" |
28 | 28 | android:paddingStart="@dimen/medium_margin" |
29 | | - android:text="@string/dark_theme"/> |
30 | | - |
31 | | - <android.support.v7.widget.SwitchCompat |
32 | | - android:id="@+id/settings_dark_theme" |
33 | | - android:layout_width="wrap_content" |
34 | | - android:layout_height="wrap_content" |
35 | | - android:layout_alignParentEnd="true" |
36 | | - android:layout_alignParentRight="true" |
37 | | - android:background="@null" |
38 | | - android:clickable="false"/> |
| 29 | + android:text="@string/customize_colors"/> |
39 | 30 |
|
40 | 31 | </RelativeLayout> |
41 | 32 |
|
|
44 | 35 | android:layout_width="match_parent" |
45 | 36 | android:layout_height="wrap_content" |
46 | 37 | android:layout_marginTop="@dimen/medium_margin" |
47 | | - android:paddingBottom="@dimen/activity_margin" |
48 | | - android:paddingLeft="@dimen/activity_margin" |
49 | | - android:paddingRight="@dimen/medium_margin" |
50 | | - android:paddingTop="@dimen/activity_margin"> |
| 38 | + android:background="?attr/selectableItemBackground" |
| 39 | + android:padding="@dimen/activity_margin"> |
51 | 40 |
|
52 | | - <TextView |
| 41 | + <com.simplemobiletools.commons.views.MyTextView |
53 | 42 | android:id="@+id/settings_font_size_label" |
54 | 43 | android:layout_width="wrap_content" |
55 | 44 | android:layout_height="wrap_content" |
|
58 | 47 | android:paddingStart="@dimen/medium_margin" |
59 | 48 | android:text="@string/note_font_size"/> |
60 | 49 |
|
61 | | - <android.support.v7.widget.AppCompatSpinner |
| 50 | + <com.simplemobiletools.commons.views.MyAppCompatSpinner |
62 | 51 | android:id="@+id/settings_font_size" |
63 | 52 | android:layout_width="wrap_content" |
64 | 53 | android:layout_height="wrap_content" |
|
73 | 62 | android:layout_width="match_parent" |
74 | 63 | android:layout_height="wrap_content" |
75 | 64 | android:layout_marginTop="@dimen/medium_margin" |
76 | | - android:paddingBottom="@dimen/activity_margin" |
77 | | - android:paddingLeft="@dimen/activity_margin" |
78 | | - android:paddingRight="@dimen/medium_margin" |
79 | | - android:paddingTop="@dimen/activity_margin"> |
| 65 | + android:background="?attr/selectableItemBackground" |
| 66 | + android:padding="@dimen/activity_margin"> |
80 | 67 |
|
81 | | - <TextView |
| 68 | + <com.simplemobiletools.commons.views.MyTextView |
82 | 69 | android:id="@+id/settings_gravity_label" |
83 | 70 | android:layout_width="wrap_content" |
84 | 71 | android:layout_height="wrap_content" |
|
87 | 74 | android:paddingStart="@dimen/medium_margin" |
88 | 75 | android:text="@string/gravity"/> |
89 | 76 |
|
90 | | - <android.support.v7.widget.AppCompatSpinner |
| 77 | + <com.simplemobiletools.commons.views.MyAppCompatSpinner |
91 | 78 | android:id="@+id/settings_gravity" |
92 | 79 | android:layout_width="wrap_content" |
93 | 80 | android:layout_height="wrap_content" |
|
102 | 89 | android:layout_width="match_parent" |
103 | 90 | android:layout_height="wrap_content" |
104 | 91 | android:layout_marginTop="@dimen/medium_margin" |
105 | | - android:paddingBottom="@dimen/activity_margin" |
106 | | - android:paddingLeft="@dimen/activity_margin" |
107 | | - android:paddingRight="@dimen/medium_margin" |
108 | | - android:paddingTop="@dimen/activity_margin"> |
| 92 | + android:background="?attr/selectableItemBackground" |
| 93 | + android:padding="@dimen/activity_margin"> |
109 | 94 |
|
110 | | - <TextView |
| 95 | + <com.simplemobiletools.commons.views.MyTextView |
111 | 96 | android:id="@+id/settings_widget_note_label" |
112 | 97 | android:layout_width="wrap_content" |
113 | 98 | android:layout_height="wrap_content" |
|
116 | 101 | android:paddingStart="@dimen/medium_margin" |
117 | 102 | android:text="@string/widget_note"/> |
118 | 103 |
|
119 | | - <android.support.v7.widget.AppCompatSpinner |
| 104 | + <com.simplemobiletools.commons.views.MyAppCompatSpinner |
120 | 105 | android:id="@+id/settings_widget_note" |
121 | 106 | android:layout_width="wrap_content" |
122 | 107 | android:layout_height="wrap_content" |
|
0 commit comments