In B4A I can design a layout in the layout designer and add it as a view. Then use the Visible command to display it. I can also create a second layout with a transparent background and display that view over top the current visible layout.
How do I accomplish the same thing in B4I ? The LoadLayout only seems to work with RootPanel (unless I missed something) and when you bring a layout in to view any previous layout is removed. I can't seem to place a transparent background layout over an existing layout.
Ok, I finally figured it out.
I wasn't seeing the screen2.LoadLayout option because I had screen2 defined as a Page instead of Panel... which is why I was seeing screen2.RootPage.LoadLayout as the only option.