diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-16 22:48:23 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-16 22:48:23 +0200 |
commit | 2097538559ca82d4c2336da63a5e45e10ca53af0 (patch) | |
tree | 19bb98cd736c959460c2480a8b22ee636986e77e /res/layout/faq.xml | |
parent | 13a09df4b6d9345916431e21923eea59787500e4 (diff) |
Start work on clear setting for file dialog
Add a quick start quide stating the obvious (*sigh*)
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r-- | res/layout/faq.xml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 4107ea7e..b18446c0 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -8,17 +8,22 @@ android:layout_height="wrap_content" android:orientation="vertical" > - + <TextView + style="@style/faqhead" + android:text="@string/faq_howto_title" /> + + <TextView + android:id="@+id/faq_howto" + style="@style/faqitem" /> + <TextView style="@style/faqhead" android:text="@string/faq_system_dialogs_title" /> - - + <TextView style="@style/faqitem" android:text="@string/faq_system_dialogs" /> - - + <TextView style="@style/faqhead" android:text="@string/tap_mode" /> @@ -35,22 +40,18 @@ style="@style/faqitem" android:text="@string/faq_security" /> - <TextView style="@style/faqhead" - android:text="@string/broken_images" - /> - + android:text="@string/broken_images" /> + <TextView - style="@style/faqitem" - android:id="@+id/brokenimages" /> - - + android:id="@+id/brokenimages" + style="@style/faqitem" /> + <TextView style="@style/faqhead" android:text="@string/faq_shortcut" /> - - + <TextView style="@style/faqitem" android:text="@string/faq_howto_shortcut" /> |