summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout-port/status_bar_recent_panel.xml')
-rw-r--r--packages/SystemUI/res/layout-port/status_bar_recent_panel.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
index dd25cf9..ed9ea7a 100644
--- a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
@@ -38,6 +38,7 @@
android:orientation="horizontal"
android:clipChildren="false"
android:layout_marginTop="@*android:dimen/status_bar_height">
+
<com.android.systemui.recent.RecentsVerticalScrollView
android:id="@+id/recents_container"
android:layout_width="match_parent"
@@ -62,7 +63,6 @@
</com.android.systemui.recent.RecentsVerticalScrollView>
-
</LinearLayout>
</FrameLayout>