OsmAnd/OsmAnd/res/values/attrs.xml

83 lines
3.7 KiB
XML
Raw Normal View History

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">
2015-05-03 23:19:42 +02:00
<!-- list colors -->
<attr name="list_divider" format="color"/>
2015-05-03 23:19:42 +02:00
<attr name="btn_flat_bg" format="reference" />
<attr name="expandable_list_item_background" format="color"/>
<attr name="expandable_list_background" format="color"/>
<attr name="bg_color" format="reference" />
2015-05-03 23:42:50 +02:00
<attr name="bg_card" format="reference" />
<attr name="bg_map_context_menu" format="reference" />
2015-09-25 22:43:27 +02:00
<attr name="bg_point_editor_view" format="reference" />
2015-09-09 18:35:38 +02:00
<attr name="ctx_menu_info_view_bg" format="reference" />
2015-09-23 17:24:28 +02:00
<attr name="dashboard_divider" format="reference" />
2015-05-03 23:19:42 +02:00
<attr name="dashboard_button" format="reference" />
2013-05-09 19:24:30 +02:00
<attr name="expandable_category_color" format="reference"/>
<attr name="bottomToolBarColor" format="color" />
<attr name="downloadButtonBackground" format="reference" />
<attr name="spinnerItemTextColor" format="reference" />
2015-05-21 17:02:34 +02:00
<attr name="spinnerListBackground" format="color|reference" />
2015-02-03 17:58:04 +01:00
<attr name="search_background" format="reference" />
2015-02-05 13:56:46 +01:00
<attr name="switch_ex_background" format="reference" />
<attr name="switch_ex_text_color" format="color|reference" />
<attr name="bg_plugin_logo_disabled" format="reference" />
2015-02-06 12:01:54 +01:00
<attr name="plugin_details_install_header_bg" format="color|reference" />
2015-05-03 23:19:42 +02:00
<attr name="size_progress_bar" format="reference"/>
2015-03-11 17:09:05 +01:00
<attr name="dash_parking_bg" 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"/>
2015-09-04 18:29:28 +02:00
<attr name="appbar_layout_theme" format="reference"/>
<attr name="toolbar_theme" format="reference"/>
<attr name="new_app_theme" format="reference"/>
2015-09-23 17:24:28 +02:00
<attr name="divider_color" format="reference" />
2013-05-09 19:24:30 +02:00
</declare-styleable>
2015-01-26 12:30:38 +01:00
2015-01-27 16:48:36 +01:00
<declare-styleable name="PagerSlidingTabStrip">
<attr name="pstsTextColor" format="color"/>
<attr name="pstsIndicatorColor" format="color"/>
<attr name="pstsUnderlineColor" format="color"/>
<attr name="pstsDividerColor" format="color"/>
<attr name="pstsDividerWidth" format="dimension"/>
<attr name="pstsIndicatorHeight" format="dimension"/>
<attr name="pstsUnderlineHeight" format="dimension"/>
<attr name="pstsDividerPadding" format="dimension"/>
<attr name="pstsTabPaddingLeftRight" format="dimension"/>
<attr name="pstsScrollOffset" format="dimension"/>
<attr name="pstsTabBackground" format="reference"/>
<attr name="pstsShouldExpand" format="boolean"/>
<attr name="pstsTextAllCaps" format="boolean"/>
<attr name="pstsPaddingMiddle" format="boolean"/>
<attr name="pstsTextStyle">
<flag name="normal" value="0x0"/>
<flag name="bold" value="0x1"/>
<flag name="italic" value="0x2"/>
</attr>
<attr name="pstsTextSelectedStyle">
<flag name="normal" value="0x0"/>
<flag name="bold" value="0x1"/>
<flag name="italic" value="0x2"/>
</attr>
<attr name="pstsTextAlpha" format="float"/>
<attr name="pstsTextSelectedAlpha" format="float"/>
</declare-styleable>
2015-01-30 17:25:42 +01:00
2015-02-04 09:50:27 +01:00
<declare-styleable name="TextViewEx">
2015-01-30 17:25:42 +01:00
<attr name="typeface" format="string|reference"/>
2015-02-04 09:50:27 +01:00
<attr name="textAllCapsCompat" format="reference|boolean" />
2015-01-30 17:25:42 +01:00
</declare-styleable>
2015-02-04 09:50:27 +01:00
<!--<declare-styleable name="ButtonEx" parent="TextViewEx" />
<declare-styleable name="SwitchEx" parent="ButtonEx" />-->
2015-01-30 17:25:42 +01:00
</resources>