Skip to content Skip to sidebar Skip to footer

Viewgroup Onlayout Problem

I have a problem with my custom ViewGroup. I layout 3 of the children in a row and use a Scroller to scroll to the middle child. Based on the touch input of the user I change the c

Solution 1:

Try to call invalidate() at the end of onLayout().


Post a Comment for "Viewgroup Onlayout Problem"