File tree 2 files changed +4
-4
lines changed
XCalendarFormsSample/XCalendarFormsSample/Views
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<StackLayout Spacing =" 0" >
14
14
<xc : CalendarView
15
15
x : Name =" MainCalendarView"
16
- LeftArrowCommand =" {Binding NavigateCalendarCommand}"
17
16
Days =" {Binding Calendar.Days}"
18
17
DaysOfWeek =" {Binding Calendar.DayNamesOrder}"
19
- RightArrowCommand =" {Binding NavigateCalendarCommand}"
18
+ LeftArrowCommand =" {Binding NavigateCalendarCommand}"
20
19
NavigatedDate =" {Binding Calendar.NavigatedDate}"
20
+ RightArrowCommand =" {Binding NavigateCalendarCommand}"
21
21
Style =" {StaticResource DefaultCalendarViewStyle}" >
22
22
23
23
<xc : CalendarView .RightArrowCommandParameter>
58
58
IsSelected =" {Binding IsSelected}"
59
59
IsToday =" {Binding IsToday}"
60
60
OtherMonthStyle =" {StaticResource DefaultDayViewOtherMonthStyle}" >
61
-
61
+
62
62
<xc : DayView .CurrentMonthStyle>
63
63
<Style BasedOn =" {StaticResource DefaultDayViewCurrentMonthStyle}" TargetType =" {x:Type xc:DayView}" >
64
64
<Setter Property =" Command" Value =" {Binding BindingContext.ChangeDateSelectionCommand, Source={x:Reference This}}" />
Original file line number Diff line number Diff line change 82
82
<Label
83
83
FontSize =" 12"
84
84
HorizontalTextAlignment =" Center"
85
- Text =" {Binding ., Converter={StaticResource DayOfWeekToStringAndCharLimitConverter }, ConverterParameter=1}"
85
+ Text =" {Binding ., Converter={StaticResource LocalizeDayOfWeekAndCharLimitConverter }, ConverterParameter=1}"
86
86
TextColor =" #707070"
87
87
VerticalTextAlignment =" Center" />
88
88
</DataTemplate >
You can’t perform that action at this time.
0 commit comments