|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <resources>
|
3 | 3 | <declare-styleable name="WeekView">
|
4 |
| - <attr name="allDayEventHeight" format="dimension" /> |
5 |
| - <attr name="autoLimitTime" format="boolean" /> |
6 |
| - <attr name="columnGap" format="dimension" /> |
7 |
| - <attr name="dayBackgroundColor" format="color" /> |
| 4 | + <attr name="allDayEventHeight" format="dimension"/> |
| 5 | + <attr name="autoLimitTime" format="boolean"/> |
| 6 | + <attr name="columnGap" format="dimension"/> |
| 7 | + <attr name="dayBackgroundColor" format="color"/> |
8 | 8 | <attr name="dayNameLength" format="enum">
|
9 |
| - <enum name="length_short" value="1" /> |
10 |
| - <enum name="length_long" value="2" /> |
| 9 | + <enum name="length_short" value="1"/> |
| 10 | + <enum name="length_long" value="2"/> |
11 | 11 | </attr>
|
12 |
| - <attr name="eventCornerRadius" format="dimension" /> |
13 |
| - <attr name="eventMarginVertical" format="dimension" /> |
14 |
| - <attr name="eventPadding" format="dimension" /> |
15 |
| - <attr name="eventTextColor" format="color" /> |
16 |
| - <attr name="eventTextSize" format="dimension" /> |
| 12 | + <attr name="eventCornerRadius" format="dimension"/> |
| 13 | + <attr name="eventMarginVertical" format="dimension"/> |
| 14 | + <attr name="eventPadding" format="dimension"/> |
| 15 | + <attr name="eventTextColor" format="color"/> |
| 16 | + <attr name="eventTextSize" format="dimension"/> |
17 | 17 | <attr name="firstDayOfWeek" format="enum">
|
18 |
| - <enum name="sunday" value="1" /> |
19 |
| - <enum name="monday" value="2" /> |
20 |
| - <enum name="tuesday" value="3" /> |
21 |
| - <enum name="wednesday" value="4" /> |
22 |
| - <enum name="thursday" value="5" /> |
23 |
| - <enum name="friday" value="6" /> |
24 |
| - <enum name="saturday" value="7" /> |
| 18 | + <enum name="sunday" value="1"/> |
| 19 | + <enum name="monday" value="2"/> |
| 20 | + <enum name="tuesday" value="3"/> |
| 21 | + <enum name="wednesday" value="4"/> |
| 22 | + <enum name="thursday" value="5"/> |
| 23 | + <enum name="friday" value="6"/> |
| 24 | + <enum name="saturday" value="7"/> |
25 | 25 | </attr>
|
26 |
| - <attr name="futureBackgroundColor" format="color" /> |
27 |
| - <attr name="futureWeekendBackgroundColor" format="color" /> |
28 |
| - <attr name="headerColumnBackground" format="color" /> |
29 |
| - <attr name="headerColumnPadding" format="dimension" /> |
30 |
| - <attr name="headerColumnTextColor" format="color" /> |
31 |
| - <attr name="headerRowBackgroundColor" format="color" /> |
32 |
| - <attr name="headerRowPadding" format="dimension" /> |
33 |
| - <attr name="horizontalFlingEnabled" format="boolean" /> |
34 |
| - <attr name="hourHeight" format="dimension" /> |
35 |
| - <attr name="hourSeparatorColor" format="color" /> |
36 |
| - <attr name="hourSeparatorHeight" format="dimension" /> |
37 |
| - <attr name="maxHourHeight" format="dimension" /> |
38 |
| - <attr name="maxTime" format="integer" /> |
39 |
| - <attr name="minHourHeight" format="dimension" /> |
40 |
| - <attr name="minTime" format="integer" /> |
41 |
| - <attr name="minOverlappingMinutes" format="integer" /> |
42 |
| - <attr name="newEventColor" format="color" /> |
43 |
| - <attr name="newEventId" format="integer" /> |
44 |
| - <attr name="newEventIdentifier" format="string" /> |
45 |
| - <attr name="newEventIconResource" format="integer" /> |
46 |
| - <attr name="newEventLengthInMinutes" format="integer" /> |
47 |
| - <attr name="newEventTimeResolutionInMinutes" format="integer" /> |
48 |
| - <attr name="noOfVisibleDays" format="integer" /> |
49 |
| - <attr name="nowLineColor" format="color" /> |
50 |
| - <attr name="nowLineThickness" format="dimension" /> |
51 |
| - <attr name="overlappingEventGap" format="dimension" /> |
52 |
| - <attr name="pastBackgroundColor" format="color" /> |
53 |
| - <attr name="pastWeekendBackgroundColor" format="color" /> |
54 |
| - <attr name="scrollDuration" format="integer" /> |
55 |
| - <attr name="showDistinctPastFutureColor" format="boolean" /> |
56 |
| - <attr name="showDistinctWeekendColor" format="boolean" /> |
57 |
| - <attr name="showFirstDayOfWeekFirst" format="boolean" /> |
58 |
| - <attr name="showNowLine" format="boolean" /> |
59 |
| - <attr name="textSize" format="dimension" /> |
60 |
| - <attr name="timeColumnResolution" format="integer" /> |
61 |
| - <attr name="todayBackgroundColor" format="color" /> |
62 |
| - <attr name="todayHeaderTextColor" format="color" /> |
63 |
| - <attr name="verticalFlingEnabled" format="boolean" /> |
64 |
| - <attr name="xScrollingSpeed" format="float" /> |
65 |
| - <attr name="zoomFocusPoint" format="fraction" /> |
66 |
| - <attr name="zoomFocusPointEnabled" format="boolean" /> |
67 |
| - <attr name="dropListenerEnabled" format="boolean" /> |
| 26 | + <attr name="futureBackgroundColor" format="color"/> |
| 27 | + <attr name="futureWeekendBackgroundColor" format="color"/> |
| 28 | + <attr name="headerColumnBackground" format="color"/> |
| 29 | + <attr name="headerColumnPadding" format="dimension"/> |
| 30 | + <attr name="headerColumnTextColor" format="color"/> |
| 31 | + <attr name="headerRowBackgroundColor" format="color"/> |
| 32 | + <attr name="headerRowPadding" format="dimension"/> |
| 33 | + <attr name="horizontalFlingEnabled" format="boolean"/> |
| 34 | + <attr name="hourHeight" format="dimension"/> |
| 35 | + <attr name="hourSeparatorColor" format="color"/> |
| 36 | + <attr name="hourSeparatorHeight" format="dimension"/> |
| 37 | + <attr name="maxHourHeight" format="dimension"/> |
| 38 | + <attr name="maxTime" format="integer"/> |
| 39 | + <attr name="minHourHeight" format="dimension"/> |
| 40 | + <attr name="minTime" format="integer"/> |
| 41 | + <attr name="minOverlappingMinutes" format="integer"/> |
| 42 | + <attr name="newEventColor" format="color"/> |
| 43 | + <attr name="newEventId" format="integer"/> |
| 44 | + <attr name="newEventIdentifier" format="string"/> |
| 45 | + <attr name="newEventIconResource" format="integer"/> |
| 46 | + <attr name="newEventLengthInMinutes" format="integer"/> |
| 47 | + <attr name="newEventTimeResolutionInMinutes" format="integer"/> |
| 48 | + <attr name="noOfVisibleDays" format="integer"/> |
| 49 | + <attr name="nowLineColor" format="color"/> |
| 50 | + <attr name="nowLineThickness" format="dimension"/> |
| 51 | + <attr name="overlappingEventGap" format="dimension"/> |
| 52 | + <attr name="pastBackgroundColor" format="color"/> |
| 53 | + <attr name="pastWeekendBackgroundColor" format="color"/> |
| 54 | + <attr name="scrollDuration" format="integer"/> |
| 55 | + <attr name="showDistinctPastFutureColor" format="boolean"/> |
| 56 | + <attr name="showDistinctWeekendColor" format="boolean"/> |
| 57 | + <attr name="showFirstDayOfWeekFirst" format="boolean"/> |
| 58 | + <attr name="showNowLine" format="boolean"/> |
| 59 | + <attr name="textSize" format="dimension"/> |
| 60 | + <attr name="timeColumnResolution" format="integer"/> |
| 61 | + <attr name="todayBackgroundColor" format="color"/> |
| 62 | + <attr name="todayHeaderTextColor" format="color"/> |
| 63 | + <attr name="verticalFlingEnabled" format="boolean"/> |
| 64 | + <attr name="xScrollingSpeed" format="float"/> |
| 65 | + <attr name="zoomFocusPoint" format="fraction"/> |
| 66 | + <attr name="zoomFocusPointEnabled" format="boolean"/> |
| 67 | + <attr name="dropListenerEnabled" format="boolean"/> |
| 68 | + <attr name="isScrollNumberOfVisibleDays" format="boolean"/> |
68 | 69 | </declare-styleable>
|
69 | 70 | </resources>
|
0 commit comments