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" />