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
This commit is contained in:
SpiritCroc 2020-11-02 09:56:55 +01:00
parent 056c27a270
commit d538ee4dcb
1 changed files with 1 additions and 0 deletions

View File

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