diff --git a/packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml b/packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml
index 38265f6019f59..6f98509b2300a 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" />
+ android:orientation="horizontal"
+ android:clipChildren="false" />
diff --git a/packages/SystemUI/res/layout/navigation_layout.xml b/packages/SystemUI/res/layout/navigation_layout.xml
index f9a36533f613a..142d13a4129b6 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" />
+ android:orientation="horizontal"
+ android:clipChildren="false" />
diff --git a/packages/SystemUI/res/layout/navigation_layout_rot90.xml b/packages/SystemUI/res/layout/navigation_layout_rot90.xml
index df329112b1850..3b7b3696ea200 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" />
+ android:orientation="vertical"
+ android:clipChildren="false" />