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

Commit 772b1529 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

am: 90e9143d

Change-Id: Ib644c1cde474d928811a8d671070824efdae8d06
parents e1a80499 90e9143d
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>