Allow user to change first day of the week

Closes #421
This commit is contained in:
2019-12-31 13:40:56 -06:00
parent 5cdb9eb9d5
commit 7801c933f0
31 changed files with 283 additions and 108 deletions

View File

@@ -55,6 +55,11 @@
android:title="@string/widget_opacity_title"
app:iconSpaceReserved="false" />
<ListPreference
android:key="pref_first_weekday"
android:title="@string/first_day_of_the_week"
app:iconSpaceReserved="false" />
</PreferenceCategory>
<PreferenceCategory