Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
New Guy's user avatar
  • 596
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 ... /...
user avatar