18 lines
761 B
XML
Executable File
18 lines
761 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="PagerSlidingTabStrip">
|
|
<attr name="indicatorColor" format="color" />
|
|
<attr name="underlineColor" format="color" />
|
|
<attr name="dividerColor" format="color" />
|
|
<attr name="indicatorHeight" format="dimension" />
|
|
<attr name="underlineHeight" format="dimension" />
|
|
<attr name="dividerPadding" format="dimension" />
|
|
<attr name="tabPaddingLeftRight" format="dimension" />
|
|
<attr name="scrollOffset" format="dimension" />
|
|
<attr name="tabBackground" format="reference" />
|
|
<attr name="shouldExpand" format="boolean" />
|
|
<attr name="textAllCaps" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
</resources> |