Android Question Tabstrip swap layout

jotajota52

Member
Hello!
Is there a way to swap the loaded layout with another on a tabstrip ??
Say I have a Tabstrip1 with 3 tabs ("tab1","tab2","tab3")
If I load a new layout using the same tab name
Tabstrip1.LoadLayout("NewLayout","tab1") just creates a new tab with the same name "tab1"

Appreciate any suggestion on how to go about doing this.
George.
 
Top