OsmAnd/OsmAnd/res/values/attrs.xml

169 lines
8.3 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="btn_border_bg" format="reference" />
2015-05-03 23:19:42 +02:00
<attr name="expandable_list_item_background" format="color"/>
<attr name="expandable_list_background" format="color"/>
<attr name="bg_color" format="reference" />
<attr name="bg_circle" format="reference"/>
2019-07-30 10:58:45 +02:00
<attr name="btn_round" format="reference" />
2017-08-18 10:22:57 +02:00
<attr name="btn_round_border" format="reference" />
2018-11-01 17:16:58 +01:00
<attr name="btn_round_border_2" 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" />
2019-07-04 18:58:10 +02:00
<attr name="activity_background_color" format="reference" />
<attr name="list_background_color" 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_general_button_text_color" format="color"/>
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"/>
2019-07-27 12:55:29 +02:00
<attr name="app_bar_primary_item_color" format="color"/>
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"/>
2019-07-04 18:58:10 +02:00
<attr name="default_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"/>
2019-07-04 18:58:10 +02:00
<attr name="text_color_tab_active" format="color"/>
<attr name="text_color_tab_active_white" format="color"/>
<attr name="circle_dialog_bg" format="reference"/>
<attr name="dialog_bg_color" format="reference"/>
<attr name="dialog_transparent_bg_color" format="reference"/>
2018-04-19 19:43:51 +02:00
<attr name="dialog_title_color" format="reference"/>
<attr name="dialog_description_color" format="reference"/>
<attr name="dialog_text_description_color" format="reference"/>
2018-04-19 19:43:51 +02:00
<attr name="card_description_text_color" format="reference"/>
2018-11-01 17:16:58 +01:00
<attr name="subscription_active_bg_color" format="reference"/>
<attr name="subscription_active_div_color" format="reference"/>
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"/>
<attr name="wikivoyage_primary_btn_text_color" format="reference"/>
<attr name="wikivoyage_welcome_bg_color" format="reference"/>
<attr name="wikivoyage_primary_text_color" format="reference"/>
2018-04-30 17:05:03 +02:00
<attr name="wikivoyage_travel_card_bg" format="reference"/>
<attr name="wikivoyage_travel_card_stroke_bg" format="reference"/>
<attr name="wikivoyage_secondary_btn_bg" format="reference"/>
<attr name="wikivoyage_primary_btn_bg" format="reference"/>
<attr name="purchase_dialog_shadow_btn_bg" format="reference"/>
2018-04-30 17:05:03 +02:00
<attr name="bottom_nav_shadow" format="reference"/>
<attr name="purchase_dialog_active_card_bg" format="reference"/>
2018-11-01 17:16:58 +01:00
<attr name="text_rounded_bg_regular" format="reference" />
<attr name="text_rounded_bg_active" format="reference" />
<attr name="menu_bottom_sheet_icon_color" format="reference" />
2019-02-17 09:44:36 +01:00
<attr name="route_info_control_icon_color" format="reference" />
2019-02-21 19:29:54 +01:00
<attr name="route_info_bg" format="reference" />
2019-03-21 16:28:28 +01:00
<attr name="flow_toolbar_bg" format="reference" />
<attr name="divider_color_basic" format="reference" />
<attr name="main_font_color_basic" format="reference" />
<attr name="active_color_basic" format="reference" />
<attr name="card_and_list_background_basic" format="reference" />
2019-03-27 17:56:07 +01:00
<attr name="activity_background_basic" format="reference" />
2019-03-30 15:49:47 +01:00
<attr name="pages_bg" format="reference"/>
2019-06-01 14:05:16 +02:00
<attr name="dlg_btn_primary" format="reference" />
<attr name="dlg_btn_primary_text" format="reference" />
<attr name="dlg_btn_secondary" format="reference" />
<attr name="dlg_btn_secondary_text" format="reference" />
<attr name="dlg_btn_stroked" format="reference" />
2019-06-07 14:39:17 +02:00
<attr name="profile_save_btn" format="reference"/>
<attr name="profile_cancel_btn" format="reference"/>
2018-11-01 17:16:58 +01: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>