Preferences: reorder new checkbox
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
31ddb242a6
commit
8996979dc2
@ -6,14 +6,14 @@
|
|||||||
android:key="restore_on_boot"
|
android:key="restore_on_boot"
|
||||||
android:summary="@string/restore_on_boot_summary"
|
android:summary="@string/restore_on_boot_summary"
|
||||||
android:title="@string/restore_on_boot_title" />
|
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
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="multiple_tunnels"
|
android:key="multiple_tunnels"
|
||||||
android:summaryOff="@string/multiple_tunnels_summary_off"
|
android:summaryOff="@string/multiple_tunnels_summary_off"
|
||||||
android:summaryOn="@string/multiple_tunnels_summary_on"
|
android:summaryOn="@string/multiple_tunnels_summary_on"
|
||||||
android:title="@string/multiple_tunnels_title" />
|
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.ZipExporterPreference />
|
||||||
<com.wireguard.android.preference.LogExporterPreference />
|
<com.wireguard.android.preference.LogExporterPreference />
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
|
Loading…
Reference in New Issue
Block a user