drawable tinting is done via app namespace

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-10 00:26:13 +02:00 committed by Marcel Hibbe
parent 02483c134d
commit 33498579ea
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -19,6 +19,7 @@
--> -->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/lobby_view" android:id="@+id/lobby_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -32,7 +33,7 @@
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_margin="@dimen/margin_between_elements" android:layout_margin="@dimen/margin_between_elements"
android:src="@drawable/ic_room_service_black_24dp" android:src="@drawable/ic_room_service_black_24dp"
android:tint="@color/grey_600" /> app:tint="@color/grey_600" />
<TextView <TextView
android:id="@+id/lobby_text_view" android:id="@+id/lobby_text_view"