diff options
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml deleted file mode 100644 index 9c09ae89..00000000 --- a/app/src/main/res/xml/preferences.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <com.wireguard.android.preference.VersionPreference android:icon="@mipmap/ic_launcher" /> - <CheckBoxPreference - android:defaultValue="false" - android:key="restore_on_boot" - android:summary="@string/restore_on_boot_summary" - android:title="@string/restore_on_boot_title" /> - <com.wireguard.android.preference.ModuleDownloaderPreference android:key="module_downloader" /> - <com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" /> - <com.wireguard.android.preference.ZipExporterPreference /> - <com.wireguard.android.preference.LogExporterPreference /> - <CheckBoxPreference - android:defaultValue="false" - android:key="dark_theme" - android:summaryOff="@string/dark_theme_summary_off" - android:summaryOn="@string/dark_theme_summary_on" - android:title="@string/dark_theme_title" /> -</androidx.preference.PreferenceScreen> |