summaryrefslogtreecommitdiff
path: root/ics-openvpn-stripped/remoteExample
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-06-10 11:19:48 +0200
committerParménides GV <parmegv@sdf.org>2014-06-10 11:19:48 +0200
commitac69881af1b7bfcdd185989f3e434556b1d62fed (patch)
treeeb3d21d0862577b7b0a3825f02aca1c81f7dd313 /ics-openvpn-stripped/remoteExample
parentfb5997cf81cb0ff83a3a3b0a7858886eb9e69786 (diff)
Grabs eip authentication data correctly.
Merged updated ics-openvpn-upstream (e7803cc8efcd1794e18b4e30a43d814c2834552d).
Diffstat (limited to 'ics-openvpn-stripped/remoteExample')
-rw-r--r--ics-openvpn-stripped/remoteExample/src/main/res/values-w820dp/dimens.xml6
-rw-r--r--ics-openvpn-stripped/remoteExample/src/main/res/values/dimens.xml6
-rw-r--r--ics-openvpn-stripped/remoteExample/src/main/res/values/styles.xml8
3 files changed, 20 insertions, 0 deletions
diff --git a/ics-openvpn-stripped/remoteExample/src/main/res/values-w820dp/dimens.xml b/ics-openvpn-stripped/remoteExample/src/main/res/values-w820dp/dimens.xml
new file mode 100644
index 00000000..63fc8164
--- /dev/null
+++ b/ics-openvpn-stripped/remoteExample/src/main/res/values-w820dp/dimens.xml
@@ -0,0 +1,6 @@
+<resources>
+ <!-- Example customization of dimensions originally defined in res/values/dimens.xml
+ (such as screen margins) for screens with more than 820dp of available width. This
+ would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
+ <dimen name="activity_horizontal_margin">64dp</dimen>
+</resources>
diff --git a/ics-openvpn-stripped/remoteExample/src/main/res/values/dimens.xml b/ics-openvpn-stripped/remoteExample/src/main/res/values/dimens.xml
new file mode 100644
index 00000000..a0171a70
--- /dev/null
+++ b/ics-openvpn-stripped/remoteExample/src/main/res/values/dimens.xml
@@ -0,0 +1,6 @@
+<resources>
+ <!-- Default screen margins, per the Android Design guidelines. -->
+ <dimen name="activity_horizontal_margin">16dp</dimen>
+ <dimen name="activity_vertical_margin">16dp</dimen>
+
+ </resources>
diff --git a/ics-openvpn-stripped/remoteExample/src/main/res/values/styles.xml b/ics-openvpn-stripped/remoteExample/src/main/res/values/styles.xml
new file mode 100644
index 00000000..ff6c9d2c
--- /dev/null
+++ b/ics-openvpn-stripped/remoteExample/src/main/res/values/styles.xml
@@ -0,0 +1,8 @@
+<resources>
+
+ <!-- Base application theme. -->
+ <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
+ <!-- Customize your theme here. -->
+ </style>
+
+</resources>