summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2015-10-07 16:27:26 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-10-07 16:27:26 +0000
commit43f0fdc5cd7ec4c4c03c7dbea8c045d2186f942c (patch)
tree98e850c75033404cd520ac03c881d1079b2422d6
parent6a06f12c3fa6a84306dc17f60eb16cdc25bc34b5 (diff)
parentdc0445bbcfb33edaa354cbb1a5e1e6e94fca4b76 (diff)
Merge "Remove hard-coded DrawSelectorOnTop on ListFragment's default ListView."
-rw-r--r--core/res/res/layout/list_content.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/res/layout/list_content.xml b/core/res/res/layout/list_content.xml
index 14140322b7cd..45ade4d0c6d7 100644
--- a/core/res/res/layout/list_content.xml
+++ b/core/res/res/layout/list_content.xml
@@ -44,8 +44,7 @@
<ListView android:id="@android:id/list"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:drawSelectorOnTop="false" />
+ android:layout_height="match_parent" />
<TextView android:id="@+android:id/internalEmpty"
android:layout_width="match_parent"
android:layout_height="match_parent"