booker0108
booker0108
I think it just divide the view width by the number of titles for each cell
I have done it myself, I will share my code after I clean up my code Thanks for this awesome library
I have all the required permission and meta-data included but it keeps asking me to login after login
Please post your code, including how you configure the Feed
I add header and footer to prevent this issue.
I have the same problem, any fix for it?
Temporary fix for those want simple order from left to right As the SGV always try to find the shortest column to put the next child, I modified the code...
@Bapho I am fine with my fix. I just wonder why you don't use official gridview if your views have same dimension?
@Bapho If you want a right to left order, please try below code(I haven't tried it) private int getChildColumn(final int position, final boolean flowDown) { int newPosition = position%mColumnCount; return...
https://github.com/AigeStudio/WheelPicker/pull/70 This should meet your needs