blob: b9ba58e18d3a4f65d1a47cc1ec0cf0d1a34104ab [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
Adrien Béraudb00ed3f2015-06-07 15:36:06 -04004 <!-- <declare-styleable name="PagerSlidingTabStrip">
5 <attr name="indicatorColor" format="color" />
6 <attr name="underlineColor" format="color" />
7 <attr name="shouldExpand" format="boolean" />
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="textAllCaps" format="boolean" />
16 </declare-styleable>-->
Alexandre Lision5c1ace42013-11-12 09:56:54 -050017 <declare-styleable name="StickyListHeadersListView">
Alexandre Lisiona8af7622013-11-12 16:25:06 -050018
Alexandre Lision5c1ace42013-11-12 09:56:54 -050019 <attr name="android:clipToPadding" />
20 <attr name="android:padding" />
21 <attr name="android:paddingLeft" />
22 <attr name="android:paddingTop" />
23 <attr name="android:paddingRight" />
24 <attr name="android:paddingBottom" />
Alexandre Lision5c1ace42013-11-12 09:56:54 -050025 <attr name="android:fadingEdgeLength" />
26 <attr name="android:requiresFadingEdge" />
27 <attr name="android:cacheColorHint" />
28 <attr name="android:choiceMode" />
29 <attr name="android:drawSelectorOnTop" />
30 <attr name="android:fastScrollEnabled" />
31 <attr name="android:fastScrollAlwaysVisible" />
32 <attr name="android:listSelector" />
33 <attr name="android:scrollingCache" />
34 <attr name="android:scrollbarStyle" />
35 <attr name="android:divider" />
36 <attr name="android:dividerHeight" />
37
38 <!-- StickyListHeaders attributes -->
39 <attr name="hasStickyHeaders" format="boolean" />
40 <attr name="isDrawingListUnderStickyHeader" format="boolean" />
41 </declare-styleable>
Alexandre Lisiona8af7622013-11-12 16:25:06 -050042 <declare-styleable name="ParallaxScrollView">
43
44 <!-- gravity -->
45 <attr name="parallexOffset" format="float" />
46 </declare-styleable>
Alexandre Lisionc8397da2014-04-16 15:03:22 -040047
Pierre Duchemina5529292017-12-18 17:25:54 -050048 <declare-styleable name="BoundedScrollView">
Adrien Béraud14ddd732016-10-03 11:46:15 -040049 <attr name="bounded_width" format="dimension" />
50 <attr name="bounded_height" format="dimension" />
51 </declare-styleable>
Alexandre Lisione5b66022013-10-30 11:34:15 -040052
53</resources>