diff options
Diffstat (limited to 'app/src/main/res/xml/pref_general.xml')
-rw-r--r-- | app/src/main/res/xml/pref_general.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/pref_general.xml b/app/src/main/res/xml/pref_general.xml index 9016d00..5326f4d 100644 --- a/app/src/main/res/xml/pref_general.xml +++ b/app/src/main/res/xml/pref_general.xml @@ -4,8 +4,8 @@ android:id="@+id/dark_theme_switch_button" android:defaultValue="true" android:key="dark_theme_switch" - android:summaryOff="@string/pref_description_dark_theme_off" android:summaryOn="@string/pref_description_dark_theme_on" + android:summaryOff="@string/pref_description_dark_theme_off" android:title="@string/pref_title_dark_theme" /> </PreferenceScreen> |