diff options
author | Chia-chi Yeh <chiachi@android.com> | 2011-06-26 19:17:14 -0700 |
---|---|---|
committer | Chia-chi Yeh <chiachi@android.com> | 2011-06-26 19:25:59 -0700 |
commit | 310d619acba5cd1f7c8a55aa7906ed4f1c011bd8 (patch) | |
tree | a5208fe8f101756a035ed8666cedc5d2e679080c /res/values/styles.xml | |
parent | 827fde31e8f580f682d86a0e83b5700f602e4bbc (diff) | |
download | packages_apps_Settings-310d619acba5cd1f7c8a55aa7906ed4f1c011bd8.tar.gz packages_apps_Settings-310d619acba5cd1f7c8a55aa7906ed4f1c011bd8.tar.bz2 packages_apps_Settings-310d619acba5cd1f7c8a55aa7906ed4f1c011bd8.zip |
Settings: revise VpnSettings.
Make the style closer to other settings.
Profiles are saved in KeyStore with optional account information.
Not adapt to IConnectivityManager yet.
Change-Id: I9d7a0c14b253a0b355499c5e558b0761fa24ea22
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 1a6380fc5..2f0990167 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -138,4 +138,14 @@ <item name="android:singleLine">true</item> </style> + <style name="vpn_label"> + <item name="android:layout_width">match_parent</item> + <item name="android:layout_height">wrap_content</item> + <item name="android:textSize">14sp</item> + </style> + + <style name="vpn_value"> + <item name="android:layout_width">match_parent</item> + <item name="android:layout_height">wrap_content</item> + </style> </resources> |