OsmAnd/OsmAnd/res/values/attrs.xml

116 lines
5.6 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="mapBackground" format="reference"/>
2017-02-15 17:15:23 +01:00
<attr name="routeParameterTitleColor" format="color"/>
2017-02-28 19:51:42 +01:00
<attr name="chart_marker_background" format="reference" />
2017-11-06 15:03:14 +01:00
<attr name="keyboard_controls_divider" format="color"/>
<!-- 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"/>
<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" />
2017-08-18 10:22:57 +02:00
<attr name="btn_round_border" format="reference" />
2015-05-03 23:42:50 +02:00
<attr name="bg_card" format="reference" />
2017-05-02 11:09:11 +02:00
<attr name="context_menu_card" format="reference" />
2017-05-05 17:58:10 +02:00
<attr name="ctx_menu_card_btn" 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" />
<attr name="ctx_menu_controller_bg" format="reference" />
2017-12-06 16:42:13 +01:00
<attr name="ctx_menu_controller_text_color" format="reference" />
2017-12-06 17:38:26 +01:00
<attr name="ctx_menu_divider" format="reference" />
<attr name="bottom_menu_view_bg" format="reference" />
<attr name="left_menu_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" />
2018-02-16 10:55:43 +01:00
<attr name="coordinate_input_edit_text_normal" 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="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"/>
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" />
<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"/>
2018-03-30 17:41:12 +02:00
<attr name="wikivoyage_bg_color" format="reference"/>
<attr name="wikivoyage_card_bg_color" format="reference"/>
<attr name="wikivoyage_card_divider_color" format="reference"/>
2018-03-30 17:41:12 +02:00
<attr name="wikivoyage_app_bar_color" format="reference"/>
<attr name="wikivoyage_app_bar_text_color" format="reference"/>
<attr name="wikivoyage_active_color" format="reference"/>
2018-04-10 16:01:52 +02:00
<attr name="wikivoyage_bottom_bar_bg_color" format="reference"/>
<attr name="wikivoyage_bottom_bar_divider_color" format="reference"/>
<attr name="wikivoyage_secondary_btn_bg_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"/>
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>