res/values/attrs_pagersliding.xml
changeset 1038 ae7bea323864
equal deleted inserted replaced
1037:a1f3a20c87f8 1038:ae7bea323864
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <resources>
       
     3 
       
     4     <!-- Resources needed by PagerSlidingTabStrip -->
       
     5     <declare-styleable name="PagerSlidingTabStrip">
       
     6         <attr name="indicatorColor" format="color" />
       
     7         <attr name="underlineColor" format="color" />
       
     8         <attr name="dividerColor" format="color" />
       
     9         <attr name="indicatorHeight" format="dimension" />
       
    10         <attr name="underlineHeight" format="dimension" />
       
    11         <attr name="dividerPadding" format="dimension" />
       
    12         <attr name="tabPaddingLeftRight" format="dimension" />
       
    13         <attr name="scrollOffset" format="dimension" />
       
    14         <attr name="tabBackground" format="reference" />
       
    15         <attr name="shouldExpand" format="boolean" />
       
    16         <attr name="textAllCaps" format="boolean" />
       
    17     </declare-styleable>
       
    18 
       
    19 </resources>