Merge "Remove hard-coded DrawSelectorOnTop on ListFragment's default ListView."

This commit is contained in:
Alan Viverette
2015-10-07 16:27:26 +00:00
committed by Gerrit Code Review

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"