diff options
author | Michael Jurka <mikejurka@google.com> | 2012-01-27 17:23:38 -0800 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2012-02-13 19:11:40 -0800 |
commit | 99a9655b9333c3bff6e462b12baa56a5fcd4cb20 (patch) | |
tree | 413bc521a99041cbc48b4dfc939bfc698f968bfe /packages/SystemUI/res/layout-port | |
parent | 3be5c8565154c9a6aa7abf0a0d61eaecf114b450 (diff) | |
download | frameworks_base-99a9655b9333c3bff6e462b12baa56a5fcd4cb20.zip frameworks_base-99a9655b9333c3bff6e462b12baa56a5fcd4cb20.tar.gz frameworks_base-99a9655b9333c3bff6e462b12baa56a5fcd4cb20.tar.bz2 |
Making recents faster
Improving load time by:
- using window animation for fade-in and not
waiting to create HW layer
- starting loading of thumbnails/icons earlier
- only initially creating views for the first
screenful of items
- recycling views
Change-Id: I529b1085fe35d81aaafeb7433ccaed8e0537f01c
Diffstat (limited to 'packages/SystemUI/res/layout-port')
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_item.xml | 1 |
1 files changed, 1 insertions, 0 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 b653fcd..bc389f9 100644 --- a/packages/SystemUI/res/layout-port/status_bar_recent_item.xml +++ b/packages/SystemUI/res/layout-port/status_bar_recent_item.xml @@ -81,6 +81,7 @@ android:maxHeight="@dimen/status_bar_recents_app_icon_max_height" android:scaleType="centerInside" android:adjustViewBounds="true" + android:visibility="invisible" /> <TextView android:id="@+id/app_description" |