From 962a7093be28f7a6c9d1823bbfb02c7ef7059c3a Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Fri, 23 Aug 2013 12:05:14 -0700 Subject: [PATCH] Fix padding for simple_list_item_2 Bug 9267688 Change-Id: I33270d9661581e116e16fd9216387a4fbdd72351 --- core/res/res/layout/simple_list_item_2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/res/res/layout/simple_list_item_2.xml b/core/res/res/layout/simple_list_item_2.xml index 8c6c9d359fa0..63c542bbc3bb 100644 --- a/core/res/res/layout/simple_list_item_2.xml +++ b/core/res/res/layout/simple_list_item_2.xml @@ -19,12 +19,13 @@ android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:mode="twoLine" + android:paddingStart="?android:attr/listPreferredItemPaddingStart" + android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" > -- 2.11.0