igalata / Bubble-Picker

An easy-to-use animation which can be used for content picking for Android
https://medium.com/@igalata13/how-to-create-a-bubble-selection-animation-on-android-627044da4854#.js8nebsx6
1.4k stars 248 forks source link

Navigation bar is overlap with the bubble view? #57

Open parmarravi opened 6 years ago

parmarravi commented 6 years ago

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

joelshea commented 6 years ago

I am having the same issue.

joelshea commented 6 years ago

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.