From dc0445bbcfb33edaa354cbb1a5e1e6e94fca4b76 Mon Sep 17 00:00:00 2001 From: Benoit Lubek Date: Thu, 8 Aug 2013 16:06:35 +0200 Subject: [PATCH] Remove hard-coded DrawSelectorOnTop on ListFragment's default ListView. When using the default layout of a ListFragment, the returned ListView has its DrawSelectorOnTop property hard-coded to false. There is no reason for this, as this property is themable. This change removes the hard-coded attribute. Change-Id: Idc90fd04680c19d3731b30d84764858a28783864 Signed-off-by: Benoit Lubek --- core/res/res/layout/list_content.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/res/res/layout/list_content.xml b/core/res/res/layout/list_content.xml index 14140322b7cd4..45ade4d0c6d7e 100644 --- a/core/res/res/layout/list_content.xml +++ b/core/res/res/layout/list_content.xml @@ -44,8 +44,7 @@ + android:layout_height="match_parent" />