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">
|
2017-02-15 17:15:23 +01:00
|
|
|
<attr name="routeParameterTitleColor" format="color"/>
|
2015-05-03 23:19:42 +02:00
|
|
|
<!-- list colors -->
|
2016-07-19 17:39:21 +02:00
|
|
|
<attr name="ctx_menu_info_divider" format="color"/>
|
|
|
|
<attr name="searchbar_text" format="color"/>
|
|
|
|
<attr name="searchbar_text_hint" format="color"/>
|
2015-02-12 13:41:34 +01:00
|
|
|
<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" />
|
2015-09-07 09:36:55 +02:00
|
|
|
<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-10-22 19:26:54 +02:00
|
|
|
<attr name="bottom_menu_view_bg" format="reference" />
|
|
|
|
<attr name="left_menu_view_bg" format="reference" />
|
2015-09-07 09:36:55 +02:00
|
|
|
|
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"/>
|
2015-01-27 15:22:01 +01:00
|
|
|
<attr name="bottomToolBarColor" format="color" />
|
2015-01-30 13:40:33 +01:00
|
|
|
<attr name="downloadButtonBackground" format="reference" />
|
2015-04-17 00:37:39 +02:00
|
|
|
<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
|
|
|
|
2015-02-13 13:33:42 +01:00
|
|
|
<attr name="size_progress_bar" format="reference"/>
|
2015-03-11 17:09:05 +01:00
|
|
|
<attr name="dash_parking_bg" format="reference"/>
|
2015-03-12 17:48:30 +01:00
|
|
|
<attr name="osmo_header_background" format="color"/>
|
2015-04-17 00:37:39 +02:00
|
|
|
<attr name="dashboard_subheader_text_color" format="color"/>
|
|
|
|
<attr name="dashboard_general_button_text_color" format="color"/>
|
2015-09-01 10:43:19 +02:00
|
|
|
|
|
|
|
<attr name="dialog_inactive_text_color" format="reference"/>
|
2015-09-04 18:29:28 +02:00
|
|
|
<attr name="appbar_layout_theme" format="reference"/>
|
2016-07-19 17:39:21 +02:00
|
|
|
<attr name="search_tabbar_layout_theme" format="reference"/>
|
2015-09-04 18:29:28 +02:00
|
|
|
<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" />
|
2015-10-22 10:48:14 +02:00
|
|
|
<attr name="contextMenuButtonColor" format="reference" />
|
2015-12-29 09:57:58 +01:00
|
|
|
|
|
|
|
<attr name="color_dialog_buttons" format="color"/>
|
2016-04-08 18:10:13 +02:00
|
|
|
<attr name="secondary_icon_color" format="color"/>
|
2017-01-04 09:53:30 +01:00
|
|
|
<attr name="primary_icon_color" format="color"/>
|
|
|
|
<attr name="light_icon_color" 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"/>
|
2017-02-23 10:14:33 +01:00
|
|
|
<attr name="pstsInactiveTextColor" format="color"/>
|
2015-01-27 16:48:36 +01:00
|
|
|
<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>
|