From e6b107fa78dc1b64b94938aa338a7b0dfce8b54f Mon Sep 17 00:00:00 2001 From: Alan Evans Date: Mon, 17 Jun 2019 11:31:40 -0400 Subject: [PATCH] Add a content description for the inline add attachment button. Fixes #8730 --- res/layout/conversation_input_panel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/conversation_input_panel.xml b/res/layout/conversation_input_panel.xml index acfc15bb3a..c3b3e41f74 100644 --- a/res/layout/conversation_input_panel.xml +++ b/res/layout/conversation_input_panel.xml @@ -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" />