-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizontal Scrolling Support #241
Comments
You could do this yourself with a series of calendar views in a ViewPager which only show 1 month. |
To do this, i need to make several instances of the class and this way 2015-09-03 16:25 GMT+01:00 Jake Wharton [email protected]:
|
It is possible to change background color for particular cell |
I also need this,do you have any good ideas? |
I didn't find solutions.. So I simply switch to another calendar library (caldroid). We can change particular cell background color in this library |
Caldroid does not support multiple dates selections :(. But this library has terrible vertical scrolling?!. |
It would be really nice and helpful if we can pass the scroll mode like Horizontal or vertical when we do init() and based on scroll mode passed , it does the scroll. In this way, it fills like native calendar. Vertical scroll doesn't look good. |
We're unlikely to ever add this. Leaving it open so other folks don't file more of this same request. |
I also need this,does anyone know how to made it? I am very urgent.If you know how to do this,you can add the function to the project.Thank you very much!!!!! |
How can i show only one month in my home screen? Is it possible? |
I also have same issue,one month with horizontal scrolling |
I want to enable scroll for 2 years and storing those many items in viewpager doesn't seem to be a good idea. Has anyone implemented horizontal scroll feature? |
The main functionality that made me test this library was range selection mode.
But I do not like the vertical scroll. I expect it to be like the native calendar view. Shows only one month and "scroll" is horizontal.
It is possible to implement it?
Good job.
Thanks.
The text was updated successfully, but these errors were encountered: