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 <bodlulu@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user