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
@@ -24,6 +24,7 @@
android:id="@+id/expand_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:tint="?attr/colorOnBackground" />
app:tint="?attr/colorOnBackground"
tools:ignore="ContentDescription" />
</LinearLayout>