From 3225b49acbaeb2987443909ea9a83e01ccc73d3f Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Wed, 16 Mar 2016 18:23:37 -0700 Subject: [PATCH] A11y: Content Description for Inline Reply Bug: 27498293 Fixes: 27498293 Change-Id: Iba5670791089cf4d41e914981ecfee29776b70c9 --- packages/SystemUI/res/layout/remote_input.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/remote_input.xml b/packages/SystemUI/res/layout/remote_input.xml index 75195c4ffbcc4..e8e6280e796e8 100644 --- a/packages/SystemUI/res/layout/remote_input.xml +++ b/packages/SystemUI/res/layout/remote_input.xml @@ -62,6 +62,7 @@ android:paddingBottom="12dp" android:id="@+id/remote_input_send" android:src="@drawable/ic_send" + android:contentDescription="@*android:string/ime_action_send" android:tint="@color/remote_input_send" android:tintMode="src_in" android:background="@drawable/ripple_drawable" />