Eliminate PhoneWindow$DecorView from embedded intents in an ActivityGroup (TabHost)

Posted by synic on Stack Overflow See other posts from Stack Overflow or by synic
Published on 2010-05-04T22:43:30Z Indexed on 2010/05/04 22:48 UTC
Read the original article Hit count: 147

Filed under:

I'm trying to simplify my views and get rid of some of the nested layouts, and I noticed while looking at the hierarchyviewer that embedded Activities in a TabHost have a PhoneWindow$DecorView. Is there a way I can get rid of this?

An example is here:

http://www.vimtips.org/media/hv.png

© Stack Overflow or respective owner

Related posts about android