diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2013-03-12 14:03:44 +0100 | 
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-12 14:03:44 +0100 | 
| commit | 94e4d391a1f2731a132ccc70dbe98a7cbb458274 (patch) | |
| tree | 6c617fff44728230278fb31f8a5c529affdff262 | |
| parent | 446641c63494b62fd590986f61b6d1aec85098dc (diff) | |
Annote FAQ item to ignore lint checks
| -rw-r--r-- | res/layout/faq.xml | 13 | 
1 files changed, 9 insertions, 4 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index d9ce1cea..11ca7015 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -1,5 +1,6 @@  <?xml version="1.0" encoding="utf-8"?>  <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" +    xmlns:tools="http://schemas.android.com/tools"      android:layout_width="match_parent"      android:layout_height="match_parent"      android:padding="@dimen/stdpadding" > @@ -15,7 +16,8 @@          <TextView              android:id="@+id/faq_howto" -            style="@style/faqitem" /> +            style="@style/faqitem" +            tools:ignore="SelectableText" />          <TextView              style="@style/faqhead" @@ -39,7 +41,8 @@          <TextView              android:id="@+id/baterry_consumption" -            style="@style/faqitem" /> +            style="@style/faqitem" +            tools:ignore="SelectableText" />          <TextView              style="@style/faqhead" @@ -55,7 +58,8 @@          <TextView              android:id="@+id/faq_tethering" -            style="@style/faqitem" /> +            style="@style/faqitem" +            tools:ignore="SelectableText" />          <TextView              style="@style/faqhead" @@ -71,7 +75,8 @@          <TextView              android:id="@+id/broken_images_faq" -            style="@style/faqitem" /> +            style="@style/faqitem" +            tools:ignore="SelectableText" />          <TextView              style="@style/faqhead"  | 
