diff options
| author | 2015-10-07 16:27:26 +0000 | |
|---|---|---|
| committer | 2015-10-07 16:27:26 +0000 | |
| commit | 43f0fdc5cd7ec4c4c03c7dbea8c045d2186f942c (patch) | |
| tree | 98e850c75033404cd520ac03c881d1079b2422d6 | |
| parent | 6a06f12c3fa6a84306dc17f60eb16cdc25bc34b5 (diff) | |
| parent | dc0445bbcfb33edaa354cbb1a5e1e6e94fca4b76 (diff) | |
Merge "Remove hard-coded DrawSelectorOnTop on ListFragment's default ListView."
| -rw-r--r-- | core/res/res/layout/list_content.xml | 3 |
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" |