Files
andors-trail/AndorsTrail/res/values/attrs.xml
Zukero df81e96a08 WARNING: Does not run!
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.
2017-11-17 19:20:35 +01:00

11 lines
333 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="single" format="boolean" />
<attr name="vertical" format="boolean" />
<attr name="horizontal" format="boolean" />
<attr name="first" format="boolean" />
<attr name="last" format="boolean" />
<attr name="reverse" format="boolean" />
</resources>