From 780e0e3d54adea86434c2509474781405cb0872b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 27 May 2013 18:08:24 +0200 Subject: [PATCH] Some more spacing fixes (suggestion by daithib8) --- res/layout-land/appdetails.xml | 3 ++- res/layout/apklistitem.xml | 4 ++-- res/layout/applistitem.xml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/res/layout-land/appdetails.xml b/res/layout-land/appdetails.xml index 19ecbfc22..de44ee123 100644 --- a/res/layout-land/appdetails.xml +++ b/res/layout-land/appdetails.xml @@ -14,6 +14,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="5dp" + android:paddingRight="6dp" android:orientation="vertical" > - \ No newline at end of file + diff --git a/res/layout/apklistitem.xml b/res/layout/apklistitem.xml index bf733353a..03578dc06 100644 --- a/res/layout/apklistitem.xml +++ b/res/layout/apklistitem.xml @@ -5,8 +5,8 @@ android:orientation="vertical" android:paddingTop="5dp" android:paddingBottom="5dp" - android:paddingLeft="10dp" - android:paddingRight="10dp"> + android:paddingLeft="2dp" + android:paddingRight="2dp"> @@ -51,6 +52,6 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/icon" - android:paddingLeft="4dp"/> + android:paddingLeft="6dp"/>