From bf348302bc3daf62ffbebf939417b870f23d998a Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 2 Dec 2022 13:57:07 +0100 Subject: [PATCH] Small fix --- app/src/main/res/layout/fragment_messages.xml | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index c45c8ee41f..1497566202 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -557,11 +557,11 @@ android:contentDescription="@string/title_seen" android:padding="6dp" android:scaleType="fitCenter" - android:tint="@color/action_foreground" android:tooltipText="@string/title_seen" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" - app:srcCompat="@drawable/twotone_drafts_24" /> + app:srcCompat="@drawable/twotone_drafts_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_mail_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_timelapse_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_visibility_off_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_star_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_auto_awesome_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/baseline_arrow_downward_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/baseline_arrow_upward_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_inbox_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_archive_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_report_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_delete_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_delete_forever_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_drive_file_move_24" + app:tint="@color/action_foreground" /> + app:srcCompat="@drawable/twotone_settings_24" + app:tint="@color/action_foreground" />