OsmAnd/OsmAnd/res/values/attrs.xml

72 lines
3.5 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">
<attr name="list_divider" format="color"/>
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" />
2015-01-28 17:14:06 +01:00
<attr name="card_bg" format="reference" />
2015-03-20 00:51:06 +01:00
<attr name="ic_action_overflow" format="reference" />
2015-01-30 17:25:42 +01:00
<attr name="dashboardGeneralButtonStyle" format="reference" />
<attr name="options_button_background" format="reference"/>
2015-01-30 17:25:42 +01:00
<attr name="dashboardSubHeaderStyle" format="reference" />
<attr name="dashboard_divider" format="reference" />
<attr name="dashboard_button" format="reference" />
2015-02-02 10:54:36 +01:00
<attr name="dashboardSearchButtonStyle" format="reference" />
2015-02-02 12:14:11 +01:00
<attr name="ic_action_info2" format="reference" />
<attr name="ic_action_home2" format="reference" />
<attr name="ic_action_marker2" format="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-05 17:58:41 +01:00
<attr name="plugin_details_header_bg" format="color|reference" />
2015-02-06 12:01:54 +01:00
<attr name="plugin_details_install_header_bg" format="color|reference" />
<attr name="plugin_description_header_text_color" format="color|reference" />
2015-02-06 16:11:46 +01:00
<attr name="expandable_list_item_background" format="color"/>
2015-02-11 12:29:25 +01:00
<attr name="expandable_list_background" format="color"/>
<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"/>
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>