diff options
Diffstat (limited to 'res/xml/vpn_headers.xml')
-rw-r--r-- | res/xml/vpn_headers.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index c299d2a5..3762d445 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -2,27 +2,29 @@ <preference-headers xmlns:android="http://schemas.android.com/apk/res/android" > <header - android:tag="BasicSettings" + android:id="@+id/basicsettingsid" android:fragment="de.blinkt.openvpn.Settings_Basic" - android:title="Basic Settings" - android:id="@+id/basicsettingsid"/> + android:tag="BasicSettings" + android:title="Basic Settings" /> <!-- android:icon="@drawable/ic_settings_applications" --> <header android:fragment="de.blinkt.openvpn.Settings_IP" - android:summary="IP Address and Routing" + android:summary="IP Address" android:title="IP Settings" /> <header + android:fragment="de.blinkt.openvpn.Settings_Routing" + android:title="Routing" /> + <header android:fragment="de.blinkt.openvpn.Settings_Authentication" android:title="@string/settings_auth" /> <!-- android:icon="@drawable/ic_settings_display" --> - <header + <header android:fragment="de.blinkt.openvpn.Settings_Obscure" android:summary="Obscure OpenVPN Settings. Normally not needed." android:title="Obscure" > </header> - <header android:fragment="de.blinkt.openvpn.ShowConfigFragment" android:summary="Shows the generated openvpn Configuration File" |