commit | dc0445bbcfb33edaa354cbb1a5e1e6e94fca4b76 | [log] [tgz] |
---|---|---|
author | Benoit Lubek <bodlulu@gmail.com> | Thu Aug 08 16:06:35 2013 +0200 |
committer | Benoit Lubek <bodlulu@gmail.com> | Thu Aug 08 16:06:35 2013 +0200 |
tree | 79925571662e06c5c2f0875f0f611f33eaededb0 | |
parent | e8acd367acb82bd80deed31467adcdd9ab83248b [diff] |
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>