Fix nav bar clipping
Bug: 26782800 Change-Id: I7ba3db27aeee46800f6b7f9cd239ad529b281dd8
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user