aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-12-29 15:27:34 -0800
committerAllan Wang <me@allanwang.ca>2019-12-29 15:27:34 -0800
commite1688a91ca8129af202c4680784f1ab2f302d4ac (patch)
tree80b34a377a9e25d236275edebf53026492bcb3cb
parent57a668d8aebc3f323ee8885fdd8b1396b0ff5b1c (diff)
downloadfrost-e1688a91ca8129af202c4680784f1ab2f302d4ac.tar.gz
frost-e1688a91ca8129af202c4680784f1ab2f302d4ac.tar.bz2
frost-e1688a91ca8129af202c4680784f1ab2f302d4ac.zip
Fix lint
-rw-r--r--app/src/main/res/layout/view_nav_header.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/layout/view_nav_header.xml b/app/src/main/res/layout/view_nav_header.xml
index a5dc05d6..ff70e48c 100644
--- a/app/src/main/res/layout/view_nav_header.xml
+++ b/app/src/main/res/layout/view_nav_header.xml
@@ -99,19 +99,22 @@
android:id="@+id/options_logout"
style="@style/Main.DrawerAccountOptions"
android:text="@string/kau_logout"
- tools:drawableStart="@drawable/abc_vector_test" />
+ tools:drawableStart="@drawable/abc_vector_test"
+ tools:ignore="PrivateResource" />
<TextView
android:id="@+id/options_add_account"
style="@style/Main.DrawerAccountOptions"
android:text="@string/kau_add_account"
- tools:drawableStart="@drawable/abc_vector_test" />
+ tools:drawableStart="@drawable/abc_vector_test"
+ tools:ignore="PrivateResource" />
<TextView
android:id="@+id/options_manage_account"
style="@style/Main.DrawerAccountOptions"
android:text="@string/kau_manage_account"
- tools:drawableStart="@drawable/abc_vector_test" />
+ tools:drawableStart="@drawable/abc_vector_test"
+ tools:ignore="PrivateResource" />
</LinearLayout>