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

Commit bd4f9c78 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Fixes focus of TalkBack in QuickStatusBarHeader"

parents d02cc585 655ec8bd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@
    android:layout_below="@id/quick_status_bar_system_icons"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:minHeight="20dp" >
    android:minHeight="20dp"
    android:clickable="false"
    android:focusable="true">

    <com.android.systemui.statusbar.policy.DateView
        android:id="@+id/date"