Android Question SlideMenu Appears Beneath Buttons

swabygw

Active Member
Licensed User
Longtime User
Here's an image of the issue:

upload_2017-2-7_16-10-45.png

The sliding menu should be on top of the buttons, it's on top of everything else. I've tried (buttons).SendToBack and, in the SlideMenu object, (BackPanel and SlidePanel).BringToFront...neither worked. Any suggestions?
 

swabygw

Active Member
Licensed User
Longtime User
That did it. I was unaware of the Elevation property...is there an explanation of the Elevation property somewhere?
 
Upvote 0

swabygw

Active Member
Licensed User
Longtime User
Interesting, thanks for that. According to that page, it looks like the boundaries are 0 to 8dp, right?
 
Upvote 0
Top