Fixed drawable tinting bug in geofavs list

This commit is contained in:
Daniele Verducci (Slimpenguin)
2022-01-17 08:19:00 +01:00
parent 4aae6e90be
commit b7f61846e3
4 changed files with 15 additions and 9 deletions
+2 -1
View File
@@ -38,7 +38,8 @@
android:paddingTop="5dp"
android:textSize="28dp"
android:textAllCaps="true"
android:textColor="@color/white"/>
android:textColor="@color/white"
app:drawableTint="@color/defaultBrand" />
<LinearLayout
android:orientation="vertical"