From 5841d0f96efea24cdf7352718e7b9c4916ca13ea Mon Sep 17 00:00:00 2001 From: Hemang Manhas Date: Sat, 8 Feb 2025 03:22:36 +0530 Subject: [PATCH] [icons] Fixes Opening hours Tint Signed-off-by: Hemang Manhas --- android/app/src/main/res/layout/item_opening_hours.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/src/main/res/layout/item_opening_hours.xml b/android/app/src/main/res/layout/item_opening_hours.xml index 3889921b69..a53873f57c 100644 --- a/android/app/src/main/res/layout/item_opening_hours.xml +++ b/android/app/src/main/res/layout/item_opening_hours.xml @@ -17,8 +17,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="@dimen/margin_base_plus" android:layout_marginTop="@dimen/margin_base" - app:srcCompat="@drawable/ic_operating_hours" - app:tint="?iconTint"/> + app:srcCompat="@drawable/ic_operating_hours" />