summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/faq.xml14
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" />