From ed54b028a95ba80df964f94fe79efadf2a7cac16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 9 Jul 2013 23:33:05 +0200 Subject: [PATCH] Make the icon spacing a lot easier --- res/layout/applistitem.xml | 6 +++--- src/org/fdroid/fdroid/views/AppListAdapter.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 0165ad12f..295f996b5 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -14,6 +14,8 @@ android:scaleType="fitCenter" android:layout_width="50dp" android:layout_height="50dp" + android:layout_marginRight="2dp" + android:layout_marginEnd="2dp" android:padding="4dp"/> + android:paddingBottom="2dp" />