diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-23 16:47:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-23 16:47:47 +0200 |
commit | 6a3ab893b30a0627c1bb89e5823f38437941d83e (patch) | |
tree | e215b41a795926dd408b81d3e39da0d3f047cd08 /res/values/styles.xml | |
parent | f66032ebe5ada1f4d811270cd84e9378ca41b740 (diff) |
Finetune FAQ, change font sizes, add Information about broken Images from Sony and HTC
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 2c627bff..c4d6a1d2 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -28,7 +28,7 @@ <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/textAppearanceMedium</item> + <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> </style> @@ -36,7 +36,7 @@ <item name="android:paddingTop">10sp</item> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> - <item name="android:textAppearance">?android:attr/textAppearanceLarge</item> + <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> <item name="android:singleLine">true</item> </style> |