diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:43:20 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:43:20 +0200 |
commit | efa217d83c1e899eb29910b1bff15b08cdb0be2e (patch) | |
tree | cdecda567322bb312390b4ae6e93e62b12df4897 /res/layout/faq.xml | |
parent | b187f57a026110ef0b0f1d6b6414c868922cab46 (diff) |
more todo, add Copying faq
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r-- | res/layout/faq.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 195acad8..8cdf7326 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -18,6 +18,15 @@ <TextView style="@style/faqhead" + android:text="@string/copying_log_entries" /> + + <TextView + style="@style/faqitem" + android:text="@string/faq_copying"/> + + + <TextView + style="@style/faqhead" android:text="@string/tap_mode" /> <TextView |