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/layout | |
parent | bec8a0aad49e18417ca643f35df7570ea621c55b (diff) |
Finetune FAQ, change font sizes, add Information about broken Images from Sony and HTC
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/faq.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 88dcc7c6..691a2ead 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -24,10 +24,22 @@ style="@style/faqitem" android:text="@string/faq_security" /> + + <TextView + style="@style/faqhead" + android:text="@string/broken_images" + /> + + <TextView + style="@style/faqitem" + android:id="@+id/brokenimages" /> + + <TextView style="@style/faqhead" android:text="@string/faq_shortcut" /> - + + <TextView style="@style/faqitem" android:text="@string/faq_howto_shortcut" /> |