|
157 | 157 | </RelativeLayout>
|
158 | 158 |
|
159 | 159 | <RelativeLayout
|
160 |
| - android:id="@+id/settings_prevent_phone_from_sleeping_holder" |
161 |
| - style="@style/SettingsHolderCheckboxStyle" |
| 160 | + android:id="@+id/settings_start_week_on_holder" |
| 161 | + style="@style/SettingsHolderTextViewStyle" |
162 | 162 | android:layout_width="match_parent"
|
163 | 163 | android:layout_height="wrap_content">
|
164 | 164 |
|
165 |
| - <org.fossify.commons.views.MyAppCompatCheckbox |
166 |
| - android:id="@+id/settings_prevent_phone_from_sleeping" |
167 |
| - style="@style/SettingsCheckboxStyle" |
| 165 | + <org.fossify.commons.views.MyTextView |
| 166 | + android:id="@+id/settings_start_week_on_label" |
| 167 | + style="@style/SettingsTextLabelStyle" |
| 168 | + android:layout_width="wrap_content" |
| 169 | + android:layout_height="wrap_content" |
| 170 | + android:text="@string/start_week_on" /> |
| 171 | + <org.fossify.commons.views.MyTextView |
| 172 | + android:id="@+id/settings_start_week_on" |
| 173 | + style="@style/SettingsTextValueStyle" |
168 | 174 | android:layout_width="match_parent"
|
169 | 175 | android:layout_height="wrap_content"
|
170 |
| - android:text="@string/prevent_phone_from_sleeping" /> |
| 176 | + android:layout_below="@+id/settings_start_week_on_label" |
| 177 | + tools:text="@string/monday" /> |
171 | 178 |
|
172 | 179 | </RelativeLayout>
|
173 | 180 |
|
174 | 181 | <RelativeLayout
|
175 |
| - android:id="@+id/settings_sunday_first_holder" |
| 182 | + android:id="@+id/settings_prevent_phone_from_sleeping_holder" |
176 | 183 | style="@style/SettingsHolderCheckboxStyle"
|
177 | 184 | android:layout_width="match_parent"
|
178 | 185 | android:layout_height="wrap_content">
|
179 | 186 |
|
180 | 187 | <org.fossify.commons.views.MyAppCompatCheckbox
|
181 |
| - android:id="@+id/settings_sunday_first" |
| 188 | + android:id="@+id/settings_prevent_phone_from_sleeping" |
182 | 189 | style="@style/SettingsCheckboxStyle"
|
183 | 190 | android:layout_width="match_parent"
|
184 | 191 | android:layout_height="wrap_content"
|
185 |
| - android:text="@string/sunday_first" /> |
| 192 | + android:text="@string/prevent_phone_from_sleeping" /> |
186 | 193 |
|
187 | 194 | </RelativeLayout>
|
188 | 195 |
|
|
0 commit comments