aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 14:49:31 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 14:49:31 -0600
commit8996979dc2c34b0e301aeca69df9ee757d8a7e2c (patch)
tree81d21b66c3e62ea79917f1dfcfe1f767ad3393a6 /ui/src/main
parentVersionPreference: reverse go and wgquick titles (diff)
downloadwireguard-android-8996979dc2c34b0e301aeca69df9ee757d8a7e2c.tar.xz
wireguard-android-8996979dc2c34b0e301aeca69df9ee757d8a7e2c.zip
Preferences: reorder new checkbox
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main')
-rw-r--r--ui/src/main/res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml
index 6899edce..0811783d 100644
--- a/ui/src/main/res/xml/preferences.xml
+++ b/ui/src/main/res/xml/preferences.xml
@@ -6,14 +6,14 @@
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" />
<CheckBoxPreference
android:defaultValue="false"
android:key="multiple_tunnels"
android:summaryOff="@string/multiple_tunnels_summary_off"
android:summaryOn="@string/multiple_tunnels_summary_on"
android:title="@string/multiple_tunnels_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