OsmAnd/OsmAndCore-sample/res/values/attrs.xml
2016-11-16 18:57:43 +03:00

47 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AppTheme">
<attr name="bg_map_context_menu" format="reference" />
<attr name="dashboard_button" format="reference" />
<attr name="left_menu_view_bg" format="reference" />
<attr name="bottom_menu_view_bg" format="reference" />
<attr name="dashboard_divider" format="reference" />
<attr name="ctx_menu_info_divider" format="color"/>
<attr name="searchbar_text" format="color"/>
<attr name="searchbar_text_hint" format="color"/>
<attr name="list_divider" format="color"/>
<attr name="expandable_list_item_background" format="color"/>
<attr name="expandable_list_background" format="color"/>
<attr name="bg_color" format="reference" />
<attr name="ctx_menu_info_view_bg" format="reference" />
<attr name="expandable_category_color" format="reference"/>
<attr name="bottomToolBarColor" format="color" />
<attr name="spinnerItemTextColor" format="reference" />
<attr name="spinnerListBackground" format="color|reference" />
<attr name="search_background" format="reference" />
<attr name="osmo_header_background" format="color"/>
<attr name="dashboard_subheader_text_color" format="color"/>
<attr name="dashboard_general_button_text_color" format="color"/>
<attr name="dialog_inactive_text_color" format="reference"/>
<attr name="toolbar_theme" format="reference"/>
<attr name="divider_color" format="reference" />
<attr name="contextMenuButtonColor" format="reference" />
<attr name="color_dialog_buttons" format="color"/>
<attr name="secondary_icon_color" format="color"/>
</declare-styleable>
<declare-styleable name="OsmandTextView">
<attr name="osmandText" format="string"/>
</declare-styleable>
<declare-styleable name="OsmandButton" parent="OsmandTextView"/>
<declare-styleable name="OsmandImageButton" parent="OsmandTextView">
<attr name="osmandSrc" format="string"/>
</declare-styleable>
<declare-styleable name="OsmandImageView" parent="OsmandImageButton"/>
</resources>