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 | 02fe0dc7261a615c3ed95ea408c9090788638af8 (patch) | |
tree | 9eed507308a7b8506a95a5c867261ad033158e75 /res/values/styles.xml | |
parent | bec8a0aad49e18417ca643f35df7570ea621c55b (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> |