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

Commit 5c9637a9 authored by Jason Monk's avatar Jason Monk
Browse files

Fix nav bar clipping

Bug: 26782800
Change-Id: I7ba3db27aeee46800f6b7f9cd239ad529b281dd8
parent 650e3b70
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -28,14 +28,16 @@
            android:id="@+id/ends_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="horizontal" />
            android:orientation="horizontal"
            android:clipChildren="false" />

        <LinearLayout
            android:id="@+id/center_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:gravity="center"
            android:orientation="horizontal" />
            android:orientation="horizontal"
            android:clipChildren="false" />

    </FrameLayout>

+4 −2
Original line number Diff line number Diff line
@@ -29,14 +29,16 @@
            android:id="@+id/ends_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="horizontal" />
            android:orientation="horizontal"
            android:clipChildren="false" />

        <LinearLayout
            android:id="@+id/center_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:gravity="center"
            android:orientation="horizontal" />
            android:orientation="horizontal"
            android:clipChildren="false" />

    </FrameLayout>

+4 −2
Original line number Diff line number Diff line
@@ -29,14 +29,16 @@
            android:id="@+id/ends_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical" />
            android:orientation="vertical"
            android:clipChildren="false" />

        <com.android.systemui.statusbar.phone.ReverseLinearLayout
            android:id="@+id/center_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:gravity="center"
            android:orientation="vertical" />
            android:orientation="vertical"
            android:clipChildren="false" />

    </FrameLayout>