am ccdeb60c: Merge "Fix 4025690,4027061: Minor tweaks to recent applications layouts" into honeycomb-mr1

* commit 'ccdeb60cb6bfe7fec77a787e03557927fb55080c':
  Fix 4025690,4027061: Minor tweaks to recent applications layouts
This commit is contained in:
Jim Miller
2011-03-08 14:52:57 -08:00
committed by Android Git Automerger
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"
/>