diff options
author | Parménides GV <parmegv@sdf.org> | 2014-06-10 11:19:48 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-06-10 11:19:48 +0200 |
commit | ac69881af1b7bfcdd185989f3e434556b1d62fed (patch) | |
tree | eb3d21d0862577b7b0a3825f02aca1c81f7dd313 /ics-openvpn-stripped/remoteExample/src/main/res/values-w820dp | |
parent | fb5997cf81cb0ff83a3a3b0a7858886eb9e69786 (diff) |
Grabs eip authentication data correctly.
Merged updated ics-openvpn-upstream (e7803cc8efcd1794e18b4e30a43d814c2834552d).
Diffstat (limited to 'ics-openvpn-stripped/remoteExample/src/main/res/values-w820dp')
-rw-r--r-- | ics-openvpn-stripped/remoteExample/src/main/res/values-w820dp/dimens.xml | 6 |
1 files changed, 6 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> |