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:
parent
056c27a270
commit
d538ee4dcb
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue