diff options
Diffstat (limited to 'res/values/styles.xml')
-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 |