From fa02eb57333f4e3e5cfafb6121ff0c514c112335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 26 Dec 2013 13:18:28 +0100 Subject: [PATCH] Small tweaks to paddings and layouts --- res/layout/appdetails.xml | 1 - res/layout/appinfo.xml | 7 +------ res/layout/applistitem.xml | 13 +++++++------ 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/res/layout/appdetails.xml b/res/layout/appdetails.xml index 8e22961f5..a7bfa80e8 100644 --- a/res/layout/appdetails.xml +++ b/res/layout/appdetails.xml @@ -16,7 +16,6 @@ android:id="@+id/icon" android:layout_width="48dp" android:layout_height="48dp" - android:cropToPadding="true" android:layout_marginRight="6dp" android:scaleType="fitCenter" /> diff --git a/res/layout/appinfo.xml b/res/layout/appinfo.xml index 5c96a9a9b..4d1dec73a 100644 --- a/res/layout/appinfo.xml +++ b/res/layout/appinfo.xml @@ -3,8 +3,6 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingTop="4dp" - android:paddingLeft="2dp" - android:paddingRight="2dp" android:paddingBottom="10dp" android:baselineAligned="false" android:orientation="vertical" > @@ -13,14 +11,13 @@ android:id="@+id/summary" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:textSize="14sp" android:textStyle="bold" /> + android:textSize="13sp" /> @@ -50,7 +46,6 @@ android:layout_height="wrap_content" android:layout_marginTop="8sp" android:singleLine="true" - android:textSize="14sp" android:textStyle="bold" /> + android:layout_centerVertical="true" /> @@ -52,6 +51,8 @@