From b7420fb68795797f329e7bcb72428a833ac8bd5b Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Thu, 6 Jan 2011 00:32:20 -0800 Subject: [PATCH] Fix bug 3327227 - Adjust overflow menu padding Change-Id: I1d946655aecfcd1965471dbd32958bf8c0c38e76 --- core/res/res/layout/popup_menu_item_layout.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/res/res/layout/popup_menu_item_layout.xml b/core/res/res/layout/popup_menu_item_layout.xml index c30c4f24c2d11..2bbb4d06baf17 100644 --- a/core/res/res/layout/popup_menu_item_layout.xml +++ b/core/res/res/layout/popup_menu_item_layout.xml @@ -16,7 +16,9 @@ + android:layout_height="?android:attr/listPreferredItemHeight" + android:paddingLeft="16dip" + android:paddingRight="16dip">