res/values/attrs_pagersliding.xml
author Da Risk <da_risk@beem-project.com>
Thu, 16 May 2013 10:54:37 +0200
changeset 1040 85c1cbc283a7
parent 1038 ae7bea323864
permissions -rw-r--r--
Update to latest version of the Android support library

<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- Resources needed by PagerSlidingTabStrip -->
    <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>