diff options
| author | Michael Jurka <mikejurka@google.com> | 2011-09-19 15:11:23 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-19 15:11:23 -0700 |
| commit | df9d4e88db3765ad05b14bb3de420b9825fb59ec (patch) | |
| tree | 16eef92f029565ce30c483714042d7a607ca3995 /packages/SystemUI/res/layout-land | |
| parent | a71483c7be0d563edd0f1c163219850665eec770 (diff) | |
| parent | 57e4d44f095fbcec7c614a45181d3e531e1bda26 (diff) | |
| download | frameworks_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-land')
| -rw-r--r-- | packages/SystemUI/res/layout-land/status_bar_recent_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml index 167d362..c6966f9 100644 --- a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml +++ b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml @@ -40,8 +40,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> |
