Sorry, I misunderstood the suggestion. But I'm still not sure if that will achieve what I want. For example, I load the main layout which has a height of 90%y and then load the button panel into the bottom 10%y. The user then taps one of the buttons which starts a new activity that loads its own layout but this also requires a reload of the button panel, at least that's what seems to happen in my tests so far. What I need is for the second activity to load its layout and leave the button panel intact and visible.
I hope that explains better what I want to do!