diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-10-26 14:41:24 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-10-26 14:41:24 +0200 |
commit | fd1dbd411e61ad12e79fab7d700782dd76135232 (patch) | |
tree | 632f8087651bc1d8694b0bf78e2725fc17291f8a /res/layout/faq.xml | |
parent | 2a17ef5099efd05fe69c0e1eaf8b8445fc178304 (diff) |
- Increase Version
- Add FAQ Entry for energy consumption
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r-- | res/layout/faq.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index dc591318..c4fd57f0 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -34,6 +34,14 @@ <TextView style="@style/faqhead" + android:text="@string/battery_consumption_title" /> + + <TextView + android:id="@+id/faq_battery" + style="@style/faqitem" /> + + <TextView + style="@style/faqhead" android:text="@string/tap_mode" /> <TextView |