From 101af44acb2dcaef8361d8b3f0b9acaab5b8b867 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: Ie442a0333b690f7780d9e848e2c0c085c79ff61e --- 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">