diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index c73c174b..acec919c 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -7,4 +7,10 @@ android:title="@string/restore_on_boot_title" /> <com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" /> <com.wireguard.android.preference.ZipExporterPreference android:key="zip_exporter" /> + <CheckBoxPreference + android:defaultValue="false" + android:key="dark_theme" + android:summaryOn="@string/dark_theme_summary_on" + android:summaryOff="@string/dark_theme_summary_off" + android:title="@string/dark_theme_title" /> </PreferenceScreen> |