diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-12 10:37:43 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-12 10:37:43 +0100 |
commit | 446641c63494b62fd590986f61b6d1aec85098dc (patch) | |
tree | 15ef064d9fb9d479960c63e3d14a0684ad8408f1 /res/values | |
parent | 787c024cb5b1401e20fb11e876a74973208c2c55 (diff) |
Add padding to FAQ and TLS Remote Screen
--HG--
extra : rebase_source : fdba73716b9003900d767ef2c8cbb01b6583a580
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/styles.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index d549b596..19dda801 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -24,14 +24,13 @@ <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> <item name="android:singleLine">true</item> </style> - + <style name="faqitem"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> </style> - - + <style name="faqhead"> <item name="android:paddingTop">10sp</item> <item name="android:layout_width">match_parent</item> @@ -47,8 +46,8 @@ <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> </style> - <style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge"> - </style> + <style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge"></style> + + <dimen name="stdpadding">8dp</dimen> - </resources>
\ No newline at end of file |