summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tracy Zhou <tracyzhou@google.com> 2020-06-15 22:47:28 -0700
committer Tracy Zhou <tracyzhou@google.com> 2020-06-15 22:47:28 -0700
commit010a3913925778ae705d0adcbb0dfa3633763e9c (patch)
treee2b42fd0be950fd3f4b37af0696ce663ca42954e
parentec09667201f143435a329c8fceb16870350cd092 (diff)
Add content description to home handle
Fixes: 142615674 Test: manual Change-Id: Ib1c483ddf6d27b1a6801d29a4e5af0e59e3548ad
-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"
/>