From 6571c7896d950e9dd183fa5eb89e11471bc81586 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Tue, 7 Aug 2012 17:39:56 -0700 Subject: [PATCH] Fix padding in global actions list item Re-align the icon edges with the expected amount of padding in the long-press power dialog. Change-Id: I0d2f86447e635d5c339b07c261716e12670dc06d --- core/res/res/layout/global_actions_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/global_actions_item.xml b/core/res/res/layout/global_actions_item.xml index bf9c638873065..b3a5aa23b11fd 100644 --- a/core/res/res/layout/global_actions_item.xml +++ b/core/res/res/layout/global_actions_item.xml @@ -22,7 +22,7 @@ android:minHeight="?android:attr/listPreferredItemHeight" android:orientation="horizontal" - android:paddingStart="16dip" + android:paddingStart="8dip" android:paddingTop="6dip" android:paddingBottom="6dip" > @@ -30,7 +30,7 @@ android:layout_width="56dp" android:layout_height="56dp" android:layout_gravity="center" - android:layout_marginEnd="16dip" + android:layout_marginEnd="8dip" android:scaleType="center"/>