use colorPrimary for tint

This commit is contained in:
Claire G 2022-03-10 14:30:15 +01:00
parent 551b827753
commit 8f0d6a1adc
2 changed files with 3 additions and 1 deletions

1
changelog.d/5501.misc Normal file
View File

@ -0,0 +1 @@
Use ColorPrimary for attachmentGalleryButton tint

View File

@ -40,7 +40,8 @@
android:layout_height="@dimen/layout_touch_size"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/attachment_type_gallery"
android:src="@drawable/ic_attachment_gallery" />
android:src="@drawable/ic_attachment_gallery"
app:tint="?colorPrimary" />
<ImageButton
android:id="@+id/attachmentStickersButton"