Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c921979 authored by Lucy Chang's avatar Lucy Chang
Browse files

Add accessibility heading to headers in file picker

Bug: 301567531
Test: manual test
Change-Id: Ic3d177a4b4ce2c1e648cc206a3d2826c5e951c0d
Merged-In: Ic3d177a4b4ce2c1e648cc206a3d2826c5e951c0d
(cherry picked from commit 2de7b939)
parent b9abf506
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"