Bubble-Picker icon indicating copy to clipboard operation
Bubble-Picker copied to clipboard

Navigation bar is overlap with the bubble view?

Open parmarravi opened this issue 7 years ago • 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

parmarravi avatar Feb 10 '18 19:02 parmarravi

I am having the same issue.

joelshea avatar Apr 13 '18 13:04 joelshea

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.

joelshea avatar Apr 18 '18 17:04 joelshea