summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tracy Zhou <tracyzhou@google.com> 2020-06-17 21:46:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-06-17 21:46:59 +0000
commit3d6eb4c4ef80183d337f41d7a1ae1ab9ca6076e9 (patch)
treed75d1e87ef53274cc7ac696d44c0ec774cacb17a
parentb0c243953504492e339fcb58c1dbbf424a36624f (diff)
parent010a3913925778ae705d0adcbb0dfa3633763e9c (diff)
Merge "Add content description to home handle" into rvc-dev
-rw-r--r--packages/SystemUI/res/layout/home_handle.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/home_handle.xml b/packages/SystemUI/res/layout/home_handle.xml
index 7c5db105a09e..54a0b9fba39c 100644
--- a/packages/SystemUI/res/layout/home_handle.xml
+++ b/packages/SystemUI/res/layout/home_handle.xml
@@ -21,6 +21,7 @@
android:layout_width="@dimen/navigation_home_handle_width"
android:layout_height="match_parent"
android:layout_weight="0"
+ android:contentDescription="@string/accessibility_home"
android:paddingStart="@dimen/navigation_key_padding"
android:paddingEnd="@dimen/navigation_key_padding"
/>