Add a content description for the inline add attachment button.

Fixes #8730
This commit is contained in:
Alan Evans 2019-06-17 11:31:40 -04:00 committed by Greyson Parrelli
parent 284cca3e25
commit e6b107fa78

View file

@ -165,6 +165,7 @@
android:layout_marginEnd="8dp"
android:layout_gravity="bottom"
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/ConversationActivity_add_attachment"
android:scaleType="fitCenter"
android:tint="?attr/conversation_input_inline_attach_icon_tint"
app:srcCompat="@drawable/ic_plus_24" />