attrs.xml 853 字节
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="home_PagerSlidingTabStrip">
        <attr name="home_pstsIndicatorColor" format="color"/>
        <attr name="home_pstsUnderlineColor" format="color"/>
        <attr name="home_pstsDividerColor" format="color"/>
        <attr name="home_pstsIndicatorHeight" format="dimension"/>
        <attr name="home_pstsUnderlineHeight" format="dimension"/>
        <attr name="home_pstsDividerPadding" format="dimension"/>
        <attr name="home_pstsTabPaddingLeftRight" format="dimension"/>
        <attr name="home_pstsScrollOffset" format="dimension"/>
        <attr name="home_pstsTabBackground" format="reference"/>
        <attr name="home_pstsShouldExpand" format="boolean"/>
        <attr name="home_pstsTextAllCaps" format="boolean"/>
    </declare-styleable>

</resources>