From 031186e74c9f174d05a09c4059def7bcbc558ac6 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 27 Apr 2012 23:24:49 +0200 Subject: it is not getIntent() nor savedState nor other fancy stuff, getArgument() is what I want --- res/layout/basic_settings.xml | 16 +++++++++++++++- res/layout/viewconfig.xml | 11 +++++++++++ res/layout/vpn_preference_layout.xml | 2 +- res/values/strings.xml | 1 + res/xml/vpn_authentification.xml | 12 ++++++++++-- res/xml/vpn_headers.xml | 22 +++++++++------------- res/xml/vpn_ipsettings.xml | 6 +++++- 7 files changed, 52 insertions(+), 18 deletions(-) create mode 100644 res/layout/viewconfig.xml (limited to 'res') diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index cfe8c6e3..4e6f549f 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -25,6 +25,20 @@ android:orientation="vertical" android:padding="3mm" > + + + + + + + --> - + + + + + + \ No newline at end of file diff --git a/res/layout/vpn_preference_layout.xml b/res/layout/vpn_preference_layout.xml index 15fc91ab..fbb18115 100644 --- a/res/layout/vpn_preference_layout.xml +++ b/res/layout/vpn_preference_layout.xml @@ -22,7 +22,7 @@ android:minHeight="?android:attr/listPreferredItemHeight" > Add Profile Enter a name identifying the new Profile Duplicate Profile Name + Profile Name diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 949093d6..3781211f 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -5,7 +5,15 @@ android:key="remoteServerTLS" android:summary="Checks whether the server uses a TLS Server Certificate" android:title="Except TLS Server" /> + + + - - \ No newline at end of file diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index 424b4411..faaa6cdd 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -2,34 +2,30 @@
+ android:title="Basic Settings" + android:id="@+id/basicsettingsid"/>
-
- - -
+ -->
+ android:title="Pull Settings" + android:summaryOn="Requests IP addresses, routes and timing options from the server." + android:summaryOff="No information is requested from the server. Settings need to be specified below." /> -- cgit v1.2.3