From d538ee4dcbe443c53cb815e632f24925d9f6d5aa Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Mon, 2 Nov 2020 09:56:55 +0100 Subject: [PATCH] Fix ic_send for attachments on fab Floating action button has accent color background, so better not have the icon accent color as well. Change-Id: Ie5cd49a3e4631425c14183e022a16dde76d40004 --- vector/src/main/res/layout/fragment_attachments_preview.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/vector/src/main/res/layout/fragment_attachments_preview.xml b/vector/src/main/res/layout/fragment_attachments_preview.xml index ec99cce9b3..563288f4aa 100644 --- a/vector/src/main/res/layout/fragment_attachments_preview.xml +++ b/vector/src/main/res/layout/fragment_attachments_preview.xml @@ -68,6 +68,7 @@ android:layout_height="wrap_content" android:layout_margin="16dp" android:src="@drawable/ic_send" + app:tint="?attr/riotx_text_primary" app:layout_constraintBottom_toTopOf="@id/attachmentPreviewerBottomContainer" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/attachmentPreviewerBottomContainer" />