How to add children in to a view?
How to add children in to a view (Android)?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Joginder BangerPosted Nov 24, 2014, 11:47 PM
I don't know android language but i find it for you.
Instead of
ViewuseViewGroupto extend yourCustomViewclass..A ViewGroup is a special view that can contain other views (called children.) The view group is the base class for layouts and views containers.
you can't do this as per this reference for more information check this link