blob: a7d380ea03778a10c62a286808532faae3add8c5 [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 <declare-styleable name="StickyListHeadersListView">
Alexandre Lisiona8af7622013-11-12 16:25:06 -050027
Alexandre Lision5c1ace42013-11-12 09:56:54 -050028 <!-- 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 Lisiona8af7622013-11-12 16:25:06 -050054 <declare-styleable name="ParallaxScrollView">
55
56 <!-- gravity -->
57 <attr name="parallexOffset" format="float" />
58 </declare-styleable>
59 <declare-styleable name="DragSortListView">
60 <attr name="collapsed_height" format="dimension" />
61 <attr name="drag_scroll_start" format="float" />
62 <attr name="max_drag_scroll_speed" format="float" />
63 <attr name="float_background_color" format="color" />
64 <attr name="remove_mode">
65 <enum name="clickRemove" value="0" />
66 <enum name="flingRemove" value="1" />
67 </attr>
68 <attr name="track_drag_sort" format="boolean" />
69 <attr name="float_alpha" format="float" />
70 <attr name="slide_shuffle_speed" format="float" />
71 <attr name="remove_animation_duration" format="integer" />
72 <attr name="drop_animation_duration" format="integer" />
73 <attr name="drag_enabled" format="boolean" />
74 <attr name="sort_enabled" format="boolean" />
75 <attr name="remove_enabled" format="boolean" />
76 <attr name="drag_start_mode">
77 <enum name="onDown" value="0" />
78 <enum name="onMove" value="1" />
79 <enum name="onLongPress" value="2" />
80 </attr>
81 <attr name="drag_handle_id" format="integer" />
82 <attr name="fling_handle_id" format="integer" />
83 <attr name="click_remove_id" format="integer" />
84 <attr name="use_default_controller" format="boolean" />
85 </declare-styleable>
Alexandre Lisione5b66022013-10-30 11:34:15 -040086
87</resources>