From 9c7316eea93faae28c26cc2d8ca70f8d52a634f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 11 Oct 2013 16:38:56 +0200 Subject: [PATCH] Very small fixes to paddings --- res/layout/applistitem.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 3e9357dbf..b50d11f10 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -12,7 +12,7 @@ android:scaleType="fitCenter" android:layout_width="50dp" android:layout_height="50dp" - android:layout_marginRight="2dp" + android:layout_marginRight="4dp" android:padding="4dp"/> + android:layout_alignLeft="@id/name" />