jignesh13 / googlecalendar

How make calendar like google calendar app in android using java and feature like Schedule, Day Views , Week Views, 3-Day Views, Year Views, Month Views, Zoom In/Out

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show weekview starting from Sunday.

sanjogshrestha opened this issue · comments

I am unable to start my week view from Sunday. It always starts with the current day.
FYI - I have tried using
app:firstDayOfWeek="sunday" and app:showFirstDayOfWeekFirst="true"

However, this does nothing. Would it be possible to start the day on Sunday?

I appreciate your effort, thank you!

issue is solved please check latest commit a55ea50

currently we also choose which is first day of week in monthview as well please check below issue
(MonthView - first day of week #15)