From 7b7f6fcb5b2863dfa4b02b1123cabb593cdb3ecc Mon Sep 17 00:00:00 2001 From: Tracy Zhou Date: Wed, 16 May 2018 20:50:23 -0700 Subject: [PATCH] Add contentDescription to close button of recents onboarding tip view. Change-Id: I4fe8a7fce78ca7d572a5fc4259c0329963a0e461 Fixes: 79689820 Test: N/A --- packages/SystemUI/res/layout/recents_onboarding.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/recents_onboarding.xml b/packages/SystemUI/res/layout/recents_onboarding.xml index 6764eeed371aa..093a7ce176d94 100644 --- a/packages/SystemUI/res/layout/recents_onboarding.xml +++ b/packages/SystemUI/res/layout/recents_onboarding.xml @@ -48,7 +48,8 @@ android:layout_marginEnd="2dp" android:alpha="0.7" android:src="@drawable/ic_close_white" - android:background="?android:attr/selectableItemBackgroundBorderless"/> + android:background="?android:attr/selectableItemBackgroundBorderless" + android:contentDescription="@string/accessibility_desc_close"/>