blob: 0882e65a7145378f0bcaa1a6c00b99f3df587f62 [file] [log] [blame]
alision7297bdb2013-05-21 11:56:55 -04001<?xml version="1.0" encoding="utf-8"?>
2<resources>
Alexandre Lisione5b66022013-10-30 11:34:15 -04003
alision7297bdb2013-05-21 11:56:55 -04004 <declare-styleable name="CustomSlidingDrawer">
Alexandre Lisione5b66022013-10-30 11:34:15 -04005 <attr name="handle" format="reference" />
6 <attr name="content" format="reference" />
7 <attr name="orientation" format="integer" />
8 <attr name="bottomOffset" format="dimension" />
9 <attr name="topOffset" format="dimension" />
10 <attr name="allowSingleTap" format="boolean" />
11 <attr name="animateOnClick" format="boolean" />
12 </declare-styleable>
13 <declare-styleable name="PagerSlidingTabStrip">
14 <attr name="indicatorColor" format="color" />
15 <attr name="underlineColor" format="color" />
16 <attr name="dividerColor" format="color" />
17 <attr name="indicatorHeight" format="dimension" />
18 <attr name="underlineHeight" format="dimension" />
19 <attr name="dividerPadding" format="dimension" />
20 <attr name="tabPaddingLeftRight" format="dimension" />
21 <attr name="scrollOffset" format="dimension" />
22 <attr name="tabBackground" format="reference" />
23 <attr name="shouldExpand" format="boolean" />
24 <attr name="textAllCaps" format="boolean" />
25 </declare-styleable>
26
27</resources>