diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-19 00:22:56 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-19 00:22:56 +0100 |
commit | 42f552b5eeb209ba32282c87f61414bcaf85cf23 (patch) | |
tree | 1b16b59c3177e4b287e0a4bdc2e93847b0d02323 /res/layout | |
parent | 8ced9f378613425efb9949196e967dbe2f03a63a (diff) |
small bug fixes
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/faq.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 792ed1d4..9d11e786 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -18,6 +18,7 @@ <TextView android:id="@+id/faq_howto" style="@style/faqitem" + tools:text="@string/faq_howto" tools:ignore="SelectableText" /> <TextView @@ -25,6 +26,7 @@ android:text="@string/faq_vpndialog43_title" /> <TextView + tools:text="@string/faq_vpndialog43" android:id="@+id/faq_vpndialog43" style="@style/faqitem" /> @@ -50,6 +52,7 @@ <TextView android:id="@+id/baterry_consumption" + tools:text="@string/baterry_consumption" style="@style/faqitem" tools:ignore="SelectableText" /> @@ -68,6 +71,7 @@ <TextView android:id="@+id/faq_tethering" style="@style/faqitem" + tools:text="@string/faq_tethering" tools:ignore="SelectableText" /> <TextView |