blob: fe955286ede65a1f5ad7bbfac1f7211f172b0bb0 [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>
47 <declare-styleable name="DragSortListView">
48 <attr name="collapsed_height" format="dimension" />
49 <attr name="drag_scroll_start" format="float" />
50 <attr name="max_drag_scroll_speed" format="float" />
51 <attr name="float_background_color" format="color" />
52 <attr name="remove_mode">
53 <enum name="clickRemove" value="0" />
54 <enum name="flingRemove" value="1" />
55 </attr>
56 <attr name="track_drag_sort" format="boolean" />
57 <attr name="float_alpha" format="float" />
58 <attr name="slide_shuffle_speed" format="float" />
59 <attr name="remove_animation_duration" format="integer" />
60 <attr name="drop_animation_duration" format="integer" />
61 <attr name="drag_enabled" format="boolean" />
62 <attr name="sort_enabled" format="boolean" />
63 <attr name="remove_enabled" format="boolean" />
64 <attr name="drag_start_mode">
65 <enum name="onDown" value="0" />
66 <enum name="onMove" value="1" />
67 <enum name="onLongPress" value="2" />
68 </attr>
69 <attr name="drag_handle_id" format="integer" />
70 <attr name="fling_handle_id" format="integer" />
71 <attr name="click_remove_id" format="integer" />
72 <attr name="use_default_controller" format="boolean" />
73 </declare-styleable>
Alexandre Lisionc8397da2014-04-16 15:03:22 -040074
Adrien Béraud14ddd732016-10-03 11:46:15 -040075 <declare-styleable name="BoundedView">
76 <attr name="bounded_width" format="dimension" />
77 <attr name="bounded_height" format="dimension" />
78 </declare-styleable>
Alexandre Lisione5b66022013-10-30 11:34:15 -040079
80</resources>