From a3b316c4a8cc400fa21873d224274afde0f75f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 12 Feb 2014 20:46:32 +0100 Subject: [PATCH] Fix a couple regressions --- res/layout/applistitem.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 984627404..f01cc5ed6 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -13,13 +13,14 @@ android:layout_height="56dp" android:layout_centerVertical="true" android:padding="4dp" - android:scaleType="center" /> + android:scaleType="fitCenter" />