2012-07-23 00:20:31 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<declare-styleable name="ExpandableView">
|
|
|
|
<attr name="maxVisibleWidth" format="dimension"/>
|
|
|
|
</declare-styleable>
|
2013-05-09 19:24:30 +02:00
|
|
|
<declare-styleable name="OsmAndTheme">
|
|
|
|
<attr name="expandable_category_color" format="reference"/>
|
2013-07-01 00:27:02 +02:00
|
|
|
<attr name="reset_image" format="reference"/>
|
2013-05-09 19:24:30 +02:00
|
|
|
</declare-styleable>
|
2012-07-23 00:20:31 +02:00
|
|
|
</resources>
|