44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<declare-styleable name="AppTheme">
|
||
|
<!-- list colors -->
|
||
|
<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>
|