joko0124 Member Licensed User Longtime User Aug 20, 2020 #1 Hi! Is it possible to overlap a panel on an actionbar/toolbar? Thanks!
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2020 #2 Not sure what exactly are you trying to do, however with AppCompat you can add the ToolBar inside your layout. This might also be relevant: https://www.b4x.com/android/forum/threads/how-to-apply-gradient-to-status-bar.93713/#content Upvote 0
Not sure what exactly are you trying to do, however with AppCompat you can add the ToolBar inside your layout. This might also be relevant: https://www.b4x.com/android/forum/threads/how-to-apply-gradient-to-status-bar.93713/#content
joko0124 Member Licensed User Longtime User Aug 20, 2020 #3 I'm using AppCompat and added a ToolBar. I've added a panel that is visible when I clicked a button, this panel sizes 100%x and 100%y and wanted to bring it in front of my ToolBar like as in the attached image Attachments 1.jpg 262.9 KB · Views: 234 Upvote 0
I'm using AppCompat and added a ToolBar. I've added a panel that is visible when I clicked a button, this panel sizes 100%x and 100%y and wanted to bring it in front of my ToolBar like as in the attached image
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2020 #4 Set the panel elevation to 10 (in the designer): Or better, use B4XDialog. Upvote 0
joko0124 Member Licensed User Longtime User Aug 20, 2020 #5 Erel said: Set the panel elevation to 10 (in the designer): Or better, use B4XDialog. Click to expand... Solved. Thank you so much! It works by setting the elevation. Upvote 0
Erel said: Set the panel elevation to 10 (in the designer): Or better, use B4XDialog. Click to expand... Solved. Thank you so much! It works by setting the elevation.