alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

Setting first day of week not working #425

Open Andy1408 opened 7 years ago

Andy1408 commented 7 years ago

How can I set the first day of the week in code?

I used: WeekView wkView = (WeekView)findViewById(R.id.weekView); wkView.setFirstDayOfWeek(Calendar.MONDAY);

But is not working Thanks in advance!

AlexNsbmr commented 7 years ago

@Andy1408 did you found any solution ? I'm stuck with the same problem.

Andy1408 commented 7 years ago

Unfortunately no, I'm thinking of changing the source code. If I get it to work I'll let you know! (:

AlexNsbmr commented 7 years ago

@Andy1408 that's sad :( I'll try to figure out this problem when I'll have the time. I'll let you know if I find a solution too. Thank you !

Bwaim commented 5 years ago

I corrected this bug on this fork : https://github.com/thellmund/Android-Week-View/pull/15