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

Commit 5051db66 authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Explicitly sets accessibility order of PiP menu actions

Also, auto-indent on the layout file

Bug: 136062306
Test: Left swipe on PiP menu w/ Talkback on
Change-Id: I240b9bd35544e76819bd94990c9d6b5caba95e3e
parent c39db508
Loading
Loading
Loading
Loading
+39 −38
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
        android:id="@+id/menu_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
      android:forceHasOverlappingRendering="false">
        android:forceHasOverlappingRendering="false"
        android:accessibilityTraversalAfter="@id/dismiss">

        <!-- The margins for this container is calculated in the code depending on whether the
             actions_container is visible. -->