I seem to run into an issue with B4XDrawer while creating my own titlebar.
When B4XDrawer is used with a system drawn titlebar, the drawer opens UNDER the title bar. However, when there is no title bar, the drawer opens at location (0,0). Which is OVER the titlebar I have drawn myself using views.
Is there a way to add an option to give some extra padding at the top to bring the drawer a bit lower?
Thanks I've found that solution as well but since it's a library that can be updates later on, I rather not change anything in the source code. But I guess there is no other way for the moment.