From 82789ca63d08e4e38064b7753d0cd8fb8fd77def Mon Sep 17 00:00:00 2001 From: Pau Date: Wed, 21 May 2025 20:33:04 +0200 Subject: [PATCH] Fixed UI/UX issue regarding rating selection --- app/src/main/res/layout/activity_add_report.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_add_report.xml b/app/src/main/res/layout/activity_add_report.xml index 5d44438..28e75e8 100644 --- a/app/src/main/res/layout/activity_add_report.xml +++ b/app/src/main/res/layout/activity_add_report.xml @@ -190,7 +190,7 @@ android:contentDescription="Thumbs Up" android:focusable="true" android:padding="12dp" - app:tint="@color/green" + app:tint="?attr/colorOnBackground" android:src="@drawable/ic_thumb_up_border" /> @@ -234,7 +234,7 @@ android:focusable="true" android:rotation="260" android:padding="12dp" - app:tint="@color/yellow" + app:tint="?attr/colorOnBackground" android:src="@drawable/ic_thumb_up_border" /> @@ -277,7 +277,7 @@ android:contentDescription="Thumbs Down" android:focusable="true" android:padding="12dp" - app:tint="@color/red" + app:tint="?attr/colorOnBackground" android:src="@drawable/ic_thumb_down_border" />