diff options
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/layout-land/status_bar_recent_panel.xml | 6 | ||||
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_panel.xml | 4 | ||||
-rw-r--r-- | packages/SystemUI/res/values/colors.xml | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml index 4a80489..efdd9ac 100644 --- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml @@ -22,11 +22,11 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/recents_root" android:layout_height="match_parent" - android:layout_width="wrap_content"> + android:layout_width="match_parent"> <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" @@ -38,7 +38,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|right" - android:background="@drawable/recents_blue_glow" android:orientation="horizontal" android:clipToPadding="false" android:clipChildren="false" @@ -78,6 +77,7 @@ android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:background="@drawable/ic_sysbar_back_ime" + android:visibility="gone" /> </com.android.systemui.recent.RecentsPanelView> 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> diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index 9341693..fd5fe7a 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -21,4 +21,5 @@ <drawable name="notification_item_background_color">#ff000000</drawable> <drawable name="ticker_background_color">#ff1d1d1d</drawable> <drawable name="status_bar_background">#000000</drawable> + <drawable name="status_bar_recents_background">#b3000000</drawable> </resources> |