I have build a layout programmatically in Android (a treeview) and now I'd like to add to the built view a topbar (topbar.xml).
So what I need is instead of:
setContentView(scroll)
Something like:
inflateInMyViewCalledScroll(topbar.xml)
setContentView(scroll)
Thanks for your suggestions