From c43f6c58ce557be5c364cc415ca533432260a6ec Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 7 Mar 2011 18:49:43 -0800 Subject: Fix 4025690,4027061: Minor tweaks to recent applications layouts This makes these changes: - Reduce fade area from 30 pixels to 20 pixels at top and bottom of recents view when scrollable - Shift application icon up and to the right in all recent items. Change-Id: If510b63a92d6396ffb087b12f4ddc8847c95f3d7 --- packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml | 4 ++-- packages/SystemUI/res/layout-xlarge/status_bar_recent_panel.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml b/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml index bfa6c36..3f172e6 100644 --- a/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml +++ b/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml @@ -38,8 +38,8 @@ android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" - android:layout_marginLeft="123dip" - android:layout_marginTop="16dip" + android:layout_marginLeft="131dip" + android:layout_marginTop="13dip" android:maxWidth="@dimen/status_bar_recents_thumbnail_max_width" android:maxHeight="@dimen/status_bar_recents_thumbnail_max_height" android:adjustViewBounds="true" diff --git a/packages/SystemUI/res/layout-xlarge/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-xlarge/status_bar_recent_panel.xml index eda19b7..42940be 100644 --- a/packages/SystemUI/res/layout-xlarge/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-xlarge/status_bar_recent_panel.xml @@ -51,7 +51,7 @@ android:stackFromBottom="true" android:fadingEdge="vertical" android:scrollbars="none" - android:fadingEdgeLength="30dip" + android:fadingEdgeLength="20dip" android:listSelector="@drawable/recents_thumbnail_bg_selector" /> -- cgit v1.1