am 43f0fdc5: Merge "Remove hard-coded DrawSelectorOnTop on ListFragment\'s default ListView."

* commit '43f0fdc5cd7ec4c4c03c7dbea8c045d2186f942c':
  Remove hard-coded DrawSelectorOnTop on ListFragment's default ListView.
This commit is contained in:
Alan Viverette
2015-10-07 16:41:18 +00:00
committed by Android Git Automerger

View File

@@ -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"