Apply application preferences.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-31 11:54:20 +01:00
parent 3b7b71ce77
commit e01df3a5c7
11 changed files with 124 additions and 161 deletions

View File

@@ -1,6 +1,6 @@
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory app:title="@string/messages_header">
<PreferenceCategory app:title="@string/display">
<ListPreference
app:defaultValue="default"
@@ -20,7 +20,8 @@
app:useSimpleSummaryProvider="true" />
<SwitchPreferenceCompat
app:key="screen"
app:defaultValue="true"
app:key="screen_on"
app:title="@string/keep_screen_on" />
</PreferenceCategory>