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
{{ message }}
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
I don't have a strong knowledge about view processing in android but maybe this helps someone because library seems unsupported.
If someone want to create complex layout, in my case it was ViewPager inside adapter of swipe stack,
note that the layout processing doing in wrong order:
At SwipeStack.addNewView() which called on onLayout() for children nodes performing following:
Hello.
I don't have a strong knowledge about view processing in android but maybe this helps someone because library seems unsupported.
If someone want to create complex layout, in my case it was
ViewPager
inside adapter of swipe stack,note that the layout processing doing in wrong order:
At
SwipeStack.addNewView()
which called ononLayout()
for children nodes performing following:But after several hours of reviewing android code and googling i found that right order is:
If someone has deep knowledge about it and know on what exactly it affects, please explain.
Hope that it helps someone.
The text was updated successfully, but these errors were encountered: