diff options
author | Samuel Holland <samuel@sholland.org> | 2018-09-05 18:33:42 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-11-11 21:50:23 -0600 |
commit | 1d44e27caee1064096e2505b93b1e3164a5039c5 (patch) | |
tree | 8adb020e43111ff0420569c16c8c529f69b6a0e5 /app/src/main/res/xml/preferences.xml | |
parent | e5913d80dfe41cbaa2c7ed116060c10ef5d5e9a1 (diff) |
Auto-format the source directories
Blame Jason for writing Java in vim.
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index c864ecfd..fce295ea 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -12,7 +12,7 @@ <CheckBoxPreference android:defaultValue="false" android:key="dark_theme" - android:summaryOn="@string/dark_theme_summary_on" android:summaryOff="@string/dark_theme_summary_off" + android:summaryOn="@string/dark_theme_summary_on" android:title="@string/dark_theme_title" /> </PreferenceScreen> |