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

Commit a22df3cf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Menu ime button takes nav button width to show recents button for tablets"

parents a6b034c0 eb9bf01f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:id="@+id/menu_container"
    android:layout_width="match_parent"
    android:layout_width="@dimen/navigation_key_width"
    android:layout_height="match_parent"
    android:importantForAccessibility="no"
    >
    <!-- Use width & height=match_parent for parent FrameLayout and buttons because they are placed
    inside a view that has a size controlled by weight. Ensure weight is large enough to support
    icon size. -->
    <!-- Use nav button width & height=match_parent for parent FrameLayout and buttons because they
    are placed inside a view that has a size controlled by weight. Ensure weight is large enough to
    support icon size. -->

    <com.android.systemui.statusbar.policy.KeyButtonView
        android:id="@+id/menu"