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="expandable_category_color" format="reference"/>
|
2013-07-01 00:27:02 +02:00
|
|
|
<attr name="reset_image" format="reference"/>
|
2015-01-27 15:22:01 +01:00
|
|
|
<attr name="bottomToolBarColor" format="color" />
|
2015-01-28 17:14:06 +01:00
|
|
|
<attr name="card_bg" format="reference" />
|
2015-01-30 13:58:42 +01:00
|
|
|
<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" />
|
2015-01-30 17:25:42 +01:00
|
|
|
<attr name="dashboardGeneralButtonStyle" format="reference" />
|
|
|
|
<attr name="dashboardSubHeaderStyle" format="reference" />
|
|
|
|
<attr name="dashboard_divider" format="reference" />
|
|
|
|
<attr name="dashboard_button" 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"/>
|
|
|
|
<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
|
|
|
|
|
|
|
<declare-styleable name="OsmandWidgets">
|
|
|
|
<attr name="typeface" format="string|reference"/>
|
|
|
|
</declare-styleable>
|
|
|
|
</resources>
|