I have a xml-layout file main with two textviews A/B and a view C.
I have two other xml-layout files option1 and option2.
Is it possible to load either option1 or option2 in run time via Java into C? If so, what function do I have to use?