All Questions
Tagged with uiview-hierarchy android
2 questions
0
votes
1
answer
140
views
Android Modify Parent View after Child is Drawn
I am having issues with modifying a parent view after a child is drawn. I need data from the child after the onDraw method is called. I need to use this information to modify the parent view. So after ...
3
votes
1
answer
391
views
android double layout objects in compound view
When you create a compound view and inflate an xml layout file for it like this:
public class CompundLayout extends LinearLayout{...}
this inflates an xml with root like this:
<LinearLayout ... /...