27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="PagerSlidingTabStripV2">
|
|
<attr name="pstsV2IndicatorColor" format="color" />
|
|
<attr name="pstsV2UnderlineColor" format="color" />
|
|
<attr name="pstsV2DividerColor" format="color" />
|
|
<attr name="pstsV2IndicatorHeight" format="dimension" />
|
|
<attr name="pstsV2UnderlineHeight" format="dimension" />
|
|
<attr name="pstsV2DividerPadding" format="dimension" />
|
|
<attr name="pstsV2TabPaddingLeftRight" format="dimension" />
|
|
<attr name="pstsV2ScrollOffset" format="dimension" />
|
|
<attr name="pstsV2TabBackground" format="reference" />
|
|
<attr name="pstsV2ShouldExpand" format="boolean" />
|
|
<attr name="pstsV2TextAllCaps" format="boolean" />
|
|
<attr name="pstsV2SelectedTabTextColor" format="color" />
|
|
<attr name="pstsV2TabTextColorValue" format="color" />
|
|
<attr name="pstsV2IndicatorMarginBottom" format="dimension" />
|
|
<attr name="pstsV2IndicatorMarginLeft" format="dimension" />
|
|
<attr name="pstsV2IndicatorMarginRight" format="dimension" />
|
|
<attr name="pstsV2IndicatorMode" format="enum">
|
|
<enum name="underline" value="-1" />
|
|
<enum name="shadow" value="1" />
|
|
<enum name="res" value="2" />
|
|
</attr>
|
|
<attr name="pstsV2IndicatorRes" format="reference" />
|
|
</declare-styleable>
|
|
</resources> |