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

Commit 90e9143d authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Remove clip to padding on the home button parent parent layout" into pi-dev

am: bdaf85eb

Change-Id: I8292fa5d436bd1fcece1deaa8c808cad3b316069
parents 0aba38f0 bdaf85eb
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -27,13 +27,16 @@
    <com.android.systemui.statusbar.phone.NearestTouchFrame
        android:id="@+id/nav_buttons"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        android:layout_height="match_parent"
        android:clipChildren="false"
        android:clipToPadding="false">

        <LinearLayout
            android:id="@+id/ends_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="horizontal"
            android:clipToPadding="false"
            android:clipChildren="false" />

        <LinearLayout
@@ -43,6 +46,7 @@
            android:layout_gravity="center"
            android:gravity="center"
            android:orientation="horizontal"
            android:clipToPadding="false"
            android:clipChildren="false" />

    </com.android.systemui.statusbar.phone.NearestTouchFrame>