From dca67df888680da70235ce402e42e05945f67cb8 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 23 Apr 2012 00:07:02 +0200 Subject: Doing progress on the Preference dialog chaos --HG-- rename : res/layout/config.xml => res/layout/basic_settings.xml rename : src/de/blinkt/openvpn/AboutActivity.java => src/de/blinkt/openvpn/AboutFragment.java --- res/xml/main_about.xml | 5 +++++ res/xml/main_headers.xml | 14 ++++++++++++++ res/xml/vpn_authentification.xml | 6 +++--- res/xml/vpn_headers.xml | 26 +++++++++----------------- res/xml/vpn_overview.xml | 15 --------------- res/xml/vpn_profile_list.xml | 4 ++++ 6 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 res/xml/main_about.xml create mode 100644 res/xml/main_headers.xml delete mode 100644 res/xml/vpn_overview.xml create mode 100644 res/xml/vpn_profile_list.xml (limited to 'res/xml') diff --git a/res/xml/main_about.xml b/res/xml/main_about.xml new file mode 100644 index 00000000..8e3e28dc --- /dev/null +++ b/res/xml/main_about.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml new file mode 100644 index 00000000..a0c4f432 --- /dev/null +++ b/res/xml/main_headers.xml @@ -0,0 +1,14 @@ + + + +
+
+ + + \ No newline at end of file diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 11ea3abe..949093d6 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -3,9 +3,9 @@ - + + \ No newline at end of file diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index 7d0ade3f..424b4411 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -1,23 +1,20 @@ -
- android:title="Basic Setting" - -
+
+
- -
-
- -
- -
+ android:fragment="de.blinkt.openvpn.ShowConfigFragment" + android:summary="Shows the generated openvpn Configuration File" + android:title="Generated Config" /> \ No newline at end of file diff --git a/res/xml/vpn_overview.xml b/res/xml/vpn_overview.xml deleted file mode 100644 index 053f2526..00000000 --- a/res/xml/vpn_overview.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - diff --git a/res/xml/vpn_profile_list.xml b/res/xml/vpn_profile_list.xml new file mode 100644 index 00000000..b1ce1a1a --- /dev/null +++ b/res/xml/vpn_profile_list.xml @@ -0,0 +1,4 @@ + \ No newline at end of file -- cgit v1.2.3