summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-port
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-09-19 15:11:23 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-19 15:11:23 -0700
commitdf9d4e88db3765ad05b14bb3de420b9825fb59ec (patch)
tree16eef92f029565ce30c483714042d7a607ca3995 /packages/SystemUI/res/layout-port
parenta71483c7be0d563edd0f1c163219850665eec770 (diff)
parent57e4d44f095fbcec7c614a45181d3e531e1bda26 (diff)
downloadframeworks_base-df9d4e88db3765ad05b14bb3de420b9825fb59ec.zip
frameworks_base-df9d4e88db3765ad05b14bb3de420b9825fb59ec.tar.gz
frameworks_base-df9d4e88db3765ad05b14bb3de420b9825fb59ec.tar.bz2
Merge "Speeding up Recent Apps"
Diffstat (limited to 'packages/SystemUI/res/layout-port')
-rw-r--r--packages/SystemUI/res/layout-port/status_bar_recent_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout-port/status_bar_recent_item.xml b/packages/SystemUI/res/layout-port/status_bar_recent_item.xml
index de80a51..586712f 100644
--- a/packages/SystemUI/res/layout-port/status_bar_recent_item.xml
+++ b/packages/SystemUI/res/layout-port/status_bar_recent_item.xml
@@ -38,8 +38,8 @@
android:background="@drawable/recents_thumbnail_bg"
android:foreground="@drawable/recents_thumbnail_fg">
<ImageView android:id="@+id/app_thumbnail_image"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="@dimen/status_bar_recents_thumbnail_width"
+ android:layout_height="@dimen/status_bar_recents_thumbnail_height"
android:visibility="invisible"
/>
</FrameLayout>