From 488a41cc60636298581c2b44b4706b259fc98a36 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 21 Apr 2012 18:36:35 +0200 Subject: wip --- res/layout/config.xml | 40 ++++++++++++++- res/layout/vpn_preference_layout.xml | 94 ++++++++++++++++++++++++++++++++++++ res/layout/vpn_preference_widget.xml | 8 +++ 3 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 res/layout/vpn_preference_layout.xml create mode 100644 res/layout/vpn_preference_widget.xml (limited to 'res/layout') diff --git a/res/layout/config.xml b/res/layout/config.xml index e2ea8aa0..cfe8c6e3 100644 --- a/res/layout/config.xml +++ b/res/layout/config.xml @@ -152,12 +152,50 @@ android:inputType="textPassword" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/vpn_preference_widget.xml b/res/layout/vpn_preference_widget.xml new file mode 100644 index 00000000..fef23003 --- /dev/null +++ b/res/layout/vpn_preference_widget.xml @@ -0,0 +1,8 @@ + \ No newline at end of file -- cgit v1.2.3