blob: 506bbbcc01f1531e30c0219a40b00f9d2ebd7801 [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 <!-- Android attributes -->
20 <attr name="android:clipToPadding" />
21 <attr name="android:padding" />
22 <attr name="android:paddingLeft" />
23 <attr name="android:paddingTop" />
24 <attr name="android:paddingRight" />
25 <attr name="android:paddingBottom" />
26
27 <!-- ListView attributes -->
28 <attr name="android:fadingEdgeLength" />
29 <attr name="android:requiresFadingEdge" />
30 <attr name="android:cacheColorHint" />
31 <attr name="android:choiceMode" />
32 <attr name="android:drawSelectorOnTop" />
33 <attr name="android:fastScrollEnabled" />
34 <attr name="android:fastScrollAlwaysVisible" />
35 <attr name="android:listSelector" />
36 <attr name="android:scrollingCache" />
37 <attr name="android:scrollbarStyle" />
38 <attr name="android:divider" />
39 <attr name="android:dividerHeight" />
40
41 <!-- StickyListHeaders attributes -->
42 <attr name="hasStickyHeaders" format="boolean" />
43 <attr name="isDrawingListUnderStickyHeader" format="boolean" />
44 </declare-styleable>
Alexandre Lisiona8af7622013-11-12 16:25:06 -050045 <declare-styleable name="ParallaxScrollView">
46
47 <!-- gravity -->
48 <attr name="parallexOffset" format="float" />
49 </declare-styleable>
50 <declare-styleable name="DragSortListView">
51 <attr name="collapsed_height" format="dimension" />
52 <attr name="drag_scroll_start" format="float" />
53 <attr name="max_drag_scroll_speed" format="float" />
54 <attr name="float_background_color" format="color" />
55 <attr name="remove_mode">
56 <enum name="clickRemove" value="0" />
57 <enum name="flingRemove" value="1" />
58 </attr>
59 <attr name="track_drag_sort" format="boolean" />
60 <attr name="float_alpha" format="float" />
61 <attr name="slide_shuffle_speed" format="float" />
62 <attr name="remove_animation_duration" format="integer" />
63 <attr name="drop_animation_duration" format="integer" />
64 <attr name="drag_enabled" format="boolean" />
65 <attr name="sort_enabled" format="boolean" />
66 <attr name="remove_enabled" format="boolean" />
67 <attr name="drag_start_mode">
68 <enum name="onDown" value="0" />
69 <enum name="onMove" value="1" />
70 <enum name="onLongPress" value="2" />
71 </attr>
72 <attr name="drag_handle_id" format="integer" />
73 <attr name="fling_handle_id" format="integer" />
74 <attr name="click_remove_id" format="integer" />
75 <attr name="use_default_controller" format="boolean" />
76 </declare-styleable>
Alexandre Lision76592472013-11-12 17:38:52 -050077 <declare-styleable name="NumberPickerPreference">
78 <attr name="max" format="integer" />
79 <attr name="min" format="integer" />
80 <attr name="maxExternal" format="string" />
81 <attr name="minExternal" format="string" />
82 </declare-styleable>
Alexandre Lisionc8397da2014-04-16 15:03:22 -040083 <declare-styleable name="QuadNumberPickerPreference">
Alexandre Lisiona3650992013-11-13 14:19:35 -050084 <attr name="defaultValue1" format="integer" />
85 <attr name="defaultValue2" format="integer" />
Alexandre Lisionc8397da2014-04-16 15:03:22 -040086 <attr name="defaultValue3" format="integer" />
87 <attr name="defaultValue4" format="integer" />
Alexandre Lisiona3650992013-11-13 14:19:35 -050088 <attr name="max1" format="integer" />
89 <attr name="min1" format="integer" />
90 <attr name="max2" format="integer" />
91 <attr name="min2" format="integer" />
Alexandre Lisionc8397da2014-04-16 15:03:22 -040092 <attr name="max3" format="integer" />
93 <attr name="min3" format="integer" />
94 <attr name="max4" format="integer" />
95 <attr name="min4" format="integer" />
Alexandre Lisiona3650992013-11-13 14:19:35 -050096 <attr name="pickerTitle1" format="string" />
97 <attr name="pickerTitle2" format="string" />
Alexandre Lisionc8397da2014-04-16 15:03:22 -040098 <attr name="pickerTitle3" format="string" />
99 <attr name="pickerTitle4" format="string" />
100
Alexandre Lisiona3650992013-11-13 14:19:35 -0500101 </declare-styleable>
Alexandre Lisione5b66022013-10-30 11:34:15 -0400102
103</resources>