Improved darkmode

Closes #10
This commit is contained in:
Michael Schättgen 2018-04-10 00:45:48 +02:00
parent f6bbae3d96
commit ae686c8ae2
14 changed files with 38 additions and 36 deletions

View file

@ -6,9 +6,9 @@
android:title="Appearance">
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_night_mode"
android:title="@string/pref_night_mode_title"
android:summary="@string/pref_night_mode_summary"/>
android:key="pref_dark_mode"
android:title="@string/pref_dark_mode_title"
android:summary="@string/pref_dark_mode_summary"/>
<CheckBoxPreference
android:defaultValue="false"