You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change the FrameLayout to have a layout_width of wrap_content or fill_parent the problem doesn't occur.
The text was updated successfully, but these errors were encountered:
kjeremy
changed the title
Calling init multiple times with different start dates leads to rendering errors
If calendar doesn't take up all of the width it renders wrong when selecting a date
Apr 24, 2015
@kjeremy can you try to create a small reproducible test case? (maybe as a PR against the sample app?). This looks crazy and I have no idea how to start trying to repro.
If I select a date (after scrolling down) and then scroll up the calendar will draw two months sort of on top of each other.
This occurs if I have the following:
If I change the
FrameLayout
to have a layout_width ofwrap_content
orfill_parent
the problem doesn't occur.The text was updated successfully, but these errors were encountered: