Hi,
I wonder if it is possible to get a decorViews child. For example if I have a decorView object and I know that the child of the decorView is a FrameLayout, is there someway for me to get the FrameLayout object just by using its parent?
Obviously I could use getViewById() in the traditional way, but if I only want to use the parent object, is it possible to get the FrameLayout object?
Thanks,