Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc0445bb authored by Benoit Lubek's avatar Benoit Lubek
Browse files

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: default avatarBenoit Lubek <bodlulu@gmail.com>
parent e8acd367
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"