blob: fe955286ede65a1f5ad7bbfac1f7211f172b0bb0 [file] [log] [blame]
Alexandre Lision084d3ad2017-05-08 16:13:59 -04001<?xml version="1.0" encoding="utf-8"?>
2<resources>
3
4 <!-- <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>-->
17 <declare-styleable name="StickyListHeadersListView">
18
19 <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" />
25 <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>
42 <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>
74
75 <declare-styleable name="BoundedView">
76 <attr name="bounded_width" format="dimension" />
77 <attr name="bounded_height" format="dimension" />
78 </declare-styleable>
79
80</resources>