diff options
Diffstat (limited to 'packages/SystemUI/res/layout-port')
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_panel.xml | 5 |
1 files changed, 4 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 73c3da5..216dcb0 100644 --- a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml @@ -20,9 +20,12 @@ <com.android.systemui.recent.RecentsPanelView xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui" android:id="@+id/recents_root" android:layout_height="match_parent" - android:layout_width="match_parent"> + android:layout_width="match_parent" + systemui:recentItemLayout="@layout/status_bar_recent_item" + > <FrameLayout android:id="@+id/recents_bg_protect" |