Bubble-Picker
Bubble-Picker copied to clipboard
Navigation bar is overlap with the bubble view?
Thank you igalata for such a amazing library.
I am facing issue with a bubble picker. it is somehow showing on top of the navigation bar.Let me know how can i fix this .
I am having the same issue.
Just for others having this issue, it's actually a pretty simple fix. The BubblePicker is actually set specifically to be on top of everything else in the main constructor using setZOrderOnTop(true)
. You can change this to false
and everything will work as expected.