summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-03-08 14:49:47 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-08 14:49:47 -0800
commitccdeb60cb6bfe7fec77a787e03557927fb55080c (patch)
tree97eb155d56822439734890cc4cbf44162809d796
parent8496ddc536eb917c813b7928f174c828d2275ada (diff)
parentc43f6c58ce557be5c364cc415ca533432260a6ec (diff)
downloadframeworks_base-ccdeb60cb6bfe7fec77a787e03557927fb55080c.zip
frameworks_base-ccdeb60cb6bfe7fec77a787e03557927fb55080c.tar.gz
frameworks_base-ccdeb60cb6bfe7fec77a787e03557927fb55080c.tar.bz2
Merge "Fix 4025690,4027061: Minor tweaks to recent applications layouts" into honeycomb-mr1
-rw-r--r--packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml4
-rw-r--r--packages/SystemUI/res/layout-xlarge/status_bar_recent_panel.xml2
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"
/>