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

How to change time axis to predefined name #542

Closed anurajr1 closed 5 years ago

anurajr1 commented 5 years ago

I want to change the week view time part(y axis) to predefined names. Suppose name of 10 students in a classroom. x axis can be the same date also.

l-k22 commented 5 years ago

I wanted to change the x-axis to locations, did you manage to change the y-axis? If so what was your approach?

swatiomar27 commented 1 year ago

Hi, I also have a requirement to change the week view time part(y axis) to predefined names. Suppose name of 40 persons. x axis should be time. How you achieved this? Could you please help? Also want vertical scrolling till the last item reached. How can i use that ?