use colorPrimary for tint
This commit is contained in:
parent
551b827753
commit
8f0d6a1adc
|
@ -0,0 +1 @@
|
|||
Use ColorPrimary for attachmentGalleryButton tint
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue