OsmAnd/OsmAnd/res/values/attrs.xml
2013-07-01 00:48:21 +02:00

10 lines
No EOL
382 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ExpandableView">
<attr name="maxVisibleWidth" format="dimension"/>
</declare-styleable>
<declare-styleable name="OsmAndTheme">
<attr name="expandable_category_color" format="reference"/>
<attr name="reset_image" format="reference"/>
</declare-styleable>
</resources>