Address some Android lint warnings

This commit is contained in:
arkon
2021-11-14 11:16:18 -05:00
parent e985ffc690
commit ad49a02879
18 changed files with 28 additions and 93 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorToolbar"
@@ -12,6 +13,7 @@
android:layout_height="56dp"
android:layout_gravity="center"
app:srcCompat="@drawable/ic_tachi"
app:tint="?attr/colorOnToolbar" />
app:tint="?attr/colorOnToolbar"
tools:ignore="ContentDescription" />
</FrameLayout>