Add theme settings

This commit is contained in:
Koitharu
2020-02-21 18:57:50 +02:00
parent 21c2a4aa9a
commit 2dc5840872
9 changed files with 63 additions and 4 deletions

View File

@@ -3,10 +3,19 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<ListPreference
android:defaultValue="-1"
android:entries="@array/themes"
android:entryValues="@array/values_theme"
android:key="@string/key_theme"
android:title="@string/theme"
app:iconSpaceReserved="false" />
<Preference
android:key="@string/key_list_mode"
android:title="@string/list_mode"
android:persistent="false"
android:title="@string/list_mode"
app:allowDividerAbove="true"
app:iconSpaceReserved="false" />
</PreferenceScreen>