Add dark mode
This commit is contained in:
13
app/src/main/res/xml/root_preferences.xml
Normal file
13
app/src/main/res/xml/root_preferences.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_appearance" >
|
||||
<ListPreference
|
||||
android:defaultValue="@string/theme_default"
|
||||
android:entries="@array/mode"
|
||||
android:entryValues="@array/mode"
|
||||
android:key="@string/setting_key_theme"
|
||||
android:title="@string/setting_theme" />
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user