diff options
author | Michael Jurka <mikejurka@google.com> | 2011-09-15 17:43:34 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2011-09-19 14:49:59 -0700 |
commit | 57e4d44f095fbcec7c614a45181d3e531e1bda26 (patch) | |
tree | a8d2c6a7719448de61f48807409007319ef9f6b4 /packages/SystemUI/res/layout-port | |
parent | 4f92c9bb8d8484fc9a0dfc1549beedbd1ae8bf01 (diff) | |
download | frameworks_base-57e4d44f095fbcec7c614a45181d3e531e1bda26.zip frameworks_base-57e4d44f095fbcec7c614a45181d3e531e1bda26.tar.gz frameworks_base-57e4d44f095fbcec7c614a45181d3e531e1bda26.tar.bz2 |
Speeding up Recent Apps
- removing unused calls on startup
- no longer compositing bitmaps against a background bitmap
Change-Id: If26812ef475d5d972d98dd1cb9f7f741eeb99dae
Diffstat (limited to 'packages/SystemUI/res/layout-port')
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_item.xml | 4 |
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> |