--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/res/values/attrs_pagersliding.xml Wed May 15 11:35:03 2013 +0200
@@ -0,0 +1,19 @@
+<?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>