The add() method on views does this:
Adds a child to this view's hierarchy. The child view is added as the last child in this view's hierarchy.If I want to add the child FIRST in the view's hierarchy, how do i do this the most clean way?
The add() method on views does this:
Adds a child to this view's hierarchy. The child view is added as the last child in this view's hierarchy.If I want to add the child FIRST in the view's hierarchy, how do i do this the most clean way?