From 8f0d6a1adcc3bd16b6ddba5992c25e8b9554d7c1 Mon Sep 17 00:00:00 2001 From: Claire G Date: Thu, 10 Mar 2022 14:30:15 +0100 Subject: [PATCH] use colorPrimary for tint --- changelog.d/5501.misc | 1 + vector/src/main/res/layout/view_attachment_type_selector.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/5501.misc diff --git a/changelog.d/5501.misc b/changelog.d/5501.misc new file mode 100644 index 0000000000..6c46a105b7 --- /dev/null +++ b/changelog.d/5501.misc @@ -0,0 +1 @@ +Use ColorPrimary for attachmentGalleryButton tint \ No newline at end of file diff --git a/vector/src/main/res/layout/view_attachment_type_selector.xml b/vector/src/main/res/layout/view_attachment_type_selector.xml index e7a38ab839..c108dfd96e 100644 --- a/vector/src/main/res/layout/view_attachment_type_selector.xml +++ b/vector/src/main/res/layout/view_attachment_type_selector.xml @@ -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" />