summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lucy Chang <lucychang@google.com> 2024-04-11 13:49:58 +0800
committer Lucy Chang <lucychang@google.com> 2024-04-11 06:43:24 +0000
commit2de7b939e7381ca9f157e9debc07bd24162b8eda (patch)
tree43f74da971559c8d2dbe53564d122221daf88bef
parent7a0f6d45a998d963b1eb519f371af9aede389beb (diff)
Add accessibility heading to headers in file picker
Bug: 301567531 Test: manual test Change-Id: Ic3d177a4b4ce2c1e648cc206a3d2826c5e951c0d
-rw-r--r--res/layout/directory_header.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/directory_header.xml b/res/layout/directory_header.xml
index 4d602ac33..af730829f 100644
--- a/res/layout/directory_header.xml
+++ b/res/layout/directory_header.xml
@@ -69,7 +69,8 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/root_info_header_horizontal_padding"
android:layout_marginEnd="@dimen/root_info_header_horizontal_padding"
- android:minHeight="@dimen/root_info_header_height">
+ android:minHeight="@dimen/root_info_header_height"
+ android:accessibilityHeading="true">
<TextView
android:id="@+id/header_title"