From 55e26aa15038c81bcca054fde1cd8a925d80a953 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 14 Feb 2011 15:52:09 -0800 Subject: Fix 3423212: Constrain large app icons to 64x64 in recents. Change-Id: I3400632b6aec97edad29455961a700db2acea099 --- packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml b/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml index 3fdfdbbd95ca..c358e13c8f47 100644 --- a/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml +++ b/packages/SystemUI/res/layout-xlarge/status_bar_recent_item.xml @@ -40,6 +40,9 @@ android:layout_alignParentTop="true" android:layout_marginLeft="123dip" android:layout_marginTop="16dip" + android:maxWidth="64dip" + android:maxHeight="64dip" + android:adjustViewBounds="true" />