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
In the Sample app, in date_grid_fragment.xml, set:
android:verticalSpacing="12dp"
Notice that the grid is now scrollable inside a smaller area than it should have. Because, the InfiniteViewPager does not consider vertical spacing when calculating the height it should be.
The text was updated successfully, but these errors were encountered:
grennis
added a commit
to grennis/Caldroid
that referenced
this issue
Aug 1, 2016
In the Sample app, in
date_grid_fragment.xml
, set:Notice that the grid is now scrollable inside a smaller area than it should have. Because, the InfiniteViewPager does not consider vertical spacing when calculating the height it should be.
The text was updated successfully, but these errors were encountered: