diff options
Diffstat (limited to 'packages/SystemUI/res/layout-port')
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_panel.xml | 4 |
1 files changed, 2 insertions, 2 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 9391f9d..386182d 100644 --- a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml @@ -26,7 +26,7 @@ <FrameLayout android:id="@+id/recents_bg_protect" - android:background="@drawable/recents_bg_protect_tile" + android:background="@drawable/status_bar_recents_background" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentBottom="true" @@ -39,7 +39,6 @@ android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:layout_gravity="bottom" - android:background="@drawable/recents_blue_glow" android:orientation="horizontal" android:clipToPadding="false" android:clipChildren="false" @@ -79,6 +78,7 @@ android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:background="@drawable/ic_sysbar_back_ime" + android:visibility="gone" /> </com.android.systemui.recent.RecentsPanelView> |