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

Commit 44db8c30 authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Explicitly sets accessibility order of PiP menu actions"

parents 85008dc1 5051db66
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. -->