igalata/Bubble-Picker

Navigation bar is overlap with the bubble view?

Opened this issue · 2 comments

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 .
screenshot_20180211-005356

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.