Android Question drawer slide

tariqyounis

Member
Licensed User
Longtime User
hello all;

I am using B4XDrawer and I am facing a problem which is that the slide is coming behind the other objects in the page and I can't see any thing from it when I trigger Drawer.LeftOpen = True.
Is there any Idea how can I make the slide be in the front of all the objects.
 

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
Are all your other objects being placed in the central layout?

B4X:
Drawer.CenterPanel.LoadLayout("centrallayout")
 
Upvote 0
Top