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
Hi, when i try use custom Adapter i got Exception at: positionViews(0,nChilds) RossDeckVeiw line:133
it happens because in method addChildToLayout() FrameLayout.LayoutParams lp = (FrameLayout.LayoutParams) child.getLayoutParams();
lp get null , ican't undersand why
The text was updated successfully, but these errors were encountered:
I do use it with a custom adapter and I have no problems. I do not recall having fix anything in that part of the code, but anyway, perhaps you can give version 1.2 a try.
Hi, when i try use custom Adapter i got Exception at: positionViews(0,nChilds) RossDeckVeiw line:133
it happens because in method addChildToLayout() FrameLayout.LayoutParams lp = (FrameLayout.LayoutParams) child.getLayoutParams();
lp get null , ican't undersand why
The text was updated successfully, but these errors were encountered: