mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-16 16:46:35 +01:00
Huge clean-up. Separation between themes and style. Preparatory work for theme inheritance and alternative themes made by derivation. Problem: due to a pre-lollipop bug, I still have to remove some color indirections through attributes, as they are not preperly resolved.
9 lines
374 B
XML
9 lines
374 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="ConversationListView" parent="@style/AndorsTrail_Style_ListView">
|
|
<!-- See http://community.developer.motorola.com/t5/MOTODEV-Blog/Why-Does-My-ListView-Look-Different/ba-p/17462 -->
|
|
<item name="android:listSelector">@null</item>
|
|
<item name="android:overScrollFooter">@null</item>
|
|
</style>
|
|
</resources>
|