I am creating custom ViewGroup
in which I am using onLayout
method in which I call the addViewInLayout()
of the ViewGroup
but it is adding the View
only horizontally.
How to force it to add View
vertically like ListView
is doing for Android
Looking for help.