OsmAnd/OsmAnd-telegram/res/values/attrs.xml
2018-06-26 21:29:38 +03:00

15 lines
No EOL
654 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AppTheme">
<attr name="card_bg_color" format="reference" />
<attr name="card_divider_color" format="reference" />
<attr name="screen_bg_color" format="reference" />
<attr name="icon_color" format="reference" />
<attr name="ctrl_active_color" format="reference" />
<attr name="ctrl_color" format="reference" />
<attr name="bottom_nav_shadow" format="reference" />
<attr name="primary_btn_bg" format="reference" />
<attr name="primary_btn_text_color" format="reference" />
<attr name="secondary_btn_bg" format="reference" />
</declare-styleable>
</resources>