blob: 6efd3a0907c3352aa5f044f388379ebdd4895ee8 [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>
Alexandre Lision5c1ace42013-11-12 09:56:54 -050026
27 <declare-styleable name="StickyListHeadersListView">
28 <!-- Android attributes -->
29 <attr name="android:clipToPadding" />
30 <attr name="android:padding" />
31 <attr name="android:paddingLeft" />
32 <attr name="android:paddingTop" />
33 <attr name="android:paddingRight" />
34 <attr name="android:paddingBottom" />
35
36 <!-- ListView attributes -->
37 <attr name="android:fadingEdgeLength" />
38 <attr name="android:requiresFadingEdge" />
39 <attr name="android:cacheColorHint" />
40 <attr name="android:choiceMode" />
41 <attr name="android:drawSelectorOnTop" />
42 <attr name="android:fastScrollEnabled" />
43 <attr name="android:fastScrollAlwaysVisible" />
44 <attr name="android:listSelector" />
45 <attr name="android:scrollingCache" />
46 <attr name="android:scrollbarStyle" />
47 <attr name="android:divider" />
48 <attr name="android:dividerHeight" />
49
50 <!-- StickyListHeaders attributes -->
51 <attr name="hasStickyHeaders" format="boolean" />
52 <attr name="isDrawingListUnderStickyHeader" format="boolean" />
53 </declare-styleable>
Alexandre Lisione5b66022013-10-30 11:34:15 -040054
55</resources>