ae34831ef9
Conflicts: OsmAnd/src/net/osmand/plus/parkingpoint/DashParkingFragment.java
77 lines
3.8 KiB
XML
77 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="ExpandableView">
|
|
<attr name="maxVisibleWidth" format="dimension"/>
|
|
</declare-styleable>
|
|
<declare-styleable name="OsmAndTheme">
|
|
<attr name="list_divider" format="color"/>
|
|
<attr name="expandable_category_color" format="reference"/>
|
|
<attr name="reset_image" format="reference"/>
|
|
<attr name="bottomToolBarColor" format="color" />
|
|
<attr name="downloadButtonBackground" format="reference" />
|
|
<attr name="card_bg" format="reference" />
|
|
<attr name="ic_action_check" format="reference" />
|
|
<attr name="ic_extension" format="reference" />
|
|
<attr name="ic_overflow_menu" format="reference" />
|
|
<attr name="ic_plugin_options" format="reference" />
|
|
<attr name="dashboardGeneralButtonStyle" format="reference" />
|
|
<attr name="options_button_background" format="reference"/>
|
|
<attr name="dashboardSubHeaderStyle" format="reference" />
|
|
<attr name="dashboard_divider" format="reference" />
|
|
<attr name="dashboard_button" format="reference" />
|
|
<attr name="dashboardSearchButtonStyle" format="reference" />
|
|
<attr name="ic_action_info2" format="reference" />
|
|
<attr name="ic_action_home2" format="reference" />
|
|
<attr name="ic_action_marker2" format="reference" />
|
|
<attr name="search_background" format="reference" />
|
|
<attr name="ic_action_settings" format="reference" />
|
|
<attr name="switch_ex_background" format="reference" />
|
|
<attr name="switch_ex_text_color" format="color|reference" />
|
|
<attr name="bg_plugin_logo_disabled" format="reference" />
|
|
<attr name="plugin_details_header_bg" format="color|reference" />
|
|
<attr name="plugin_details_install_header_bg" format="color|reference" />
|
|
<attr name="ic_world_globe" format="reference" />
|
|
<attr name="plugin_description_header_text_color" format="color|reference" />
|
|
<attr name="expandable_list_item_background" format="color"/>
|
|
<attr name="expandable_list_background" format="color"/>
|
|
<attr name="list_settings_icon" format="reference"/>
|
|
<attr name="size_progress_bar" format="reference"/>
|
|
<attr name="dash_parking_bg" format="color"/>
|
|
</declare-styleable>
|
|
|
|
<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>
|
|
|
|
<declare-styleable name="TextViewEx">
|
|
<attr name="typeface" format="string|reference"/>
|
|
<attr name="textAllCapsCompat" format="reference|boolean" />
|
|
</declare-styleable>
|
|
<!--<declare-styleable name="ButtonEx" parent="TextViewEx" />
|
|
<declare-styleable name="SwitchEx" parent="ButtonEx" />-->
|
|
</resources>
|