summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml6
-rw-r--r--packages/SystemUI/res/layout/navigation_layout.xml6
-rw-r--r--packages/SystemUI/res/layout/navigation_layout_rot90.xml6
3 files changed, 12 insertions, 6 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml b/packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml
index 38265f6019f5..6f98509b2300 100644
--- a/packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml
+++ b/packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml
@@ -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>
diff --git a/packages/SystemUI/res/layout/navigation_layout.xml b/packages/SystemUI/res/layout/navigation_layout.xml
index f9a36533f613..142d13a4129b 100644
--- a/packages/SystemUI/res/layout/navigation_layout.xml
+++ b/packages/SystemUI/res/layout/navigation_layout.xml
@@ -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>
diff --git a/packages/SystemUI/res/layout/navigation_layout_rot90.xml b/packages/SystemUI/res/layout/navigation_layout_rot90.xml
index df329112b185..3b7b3696ea20 100644
--- a/packages/SystemUI/res/layout/navigation_layout_rot90.xml
+++ b/packages/SystemUI/res/layout/navigation_layout_rot90.xml
@@ -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>