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/layout | |
parent | f66032ebe5ada1f4d811270cd84e9378ca41b740 (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" /> |