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

Commit e43641b2 authored by Ben Lin's avatar Ben Lin
Browse files

Mark App Handle/header application name as important for a11y.

We want user to be able to focus on it so A11y services such as Talkback
can speak out the application name.

Bug: 329210454
Test: Manual. Talkback, open header/handle menu, focus on app name -
hear "Settings"
Flag: EXEMPT bugfix

Change-Id: I53452306b359720fa00a43ef07eb86598361a841
parent f651f687
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            tools:text="Gmail"
            android:importantForAccessibility="no"
            android:textColor="@androidprv:color/materialColorOnSurface"
            android:textSize="14sp"
            android:textFontWeight="500"