Android Question load 2 layout by using root

ibra939

Active Member
Licensed User
Longtime User
i have create 2 layout when i load first 1 i do button to load second layout but still not working
code:
''first
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("test")
End Sub

''Second
Private Sub UpdateAdsSt
Root = Root1
Root.LoadLayout("Layout1")

end sub
 

ibra939

Active Member
Licensed User
Longtime User
Thanks so much work as well
 
Upvote 0