I did with the default example itself.
It adds three panels and loads different layout on each of them.
All three layouts have a button named 'Button1', and 'Button1_Click' serves as common handler for each of them.
However, if I do Button1.Text = "TEST" in Activity_Create after all layouts are loaded, i see it affects only last layout.
Maybe, I have to change Button1.Text after loading each layout. That will work when loading, but not at run time if I want to change it at a later point of time.
Maybe, I should name each of them uniquely.