Ognev Zair

Results 2 comments of Ognev Zair

I reset master branch to old commit by thermatk(11.03.16 14:24 CalendarEvent interface fixed so that NoEvents can be of extended type and the lists can be persisted) And now it...

Hi there, I beleive assigning Serbian locale should work as expected: ``` contentManager = CalendarContentManager(this, agenda_calendar_view, SampleEventAgendaAdapter(applicationContext)) contentManager.locale = Locale.Builder().setLanguage("sr").setRegion("RS").setScript("Latn").build() ```