Add option to change school from SettingsActivity

This commit is contained in:
2020-10-24 15:32:47 +02:00
committed by Matte23
parent ddacff0892
commit 109c56d111
9 changed files with 69 additions and 16 deletions

View File

@@ -3,6 +3,11 @@
<PreferenceCategory app:title="@string/preferences_general_header">
<ListPreference
app:key="school"
app:title="@string/preferences_school"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="auto"
app:entries="@array/dark_theme_entries"