Bigkoo / Android-PickerView

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
Apache License 2.0
13.42k stars 3.44k forks source link

MyOptionsPickerView not showing above on dialog #945

Open TecOrb-Developers opened 3 years ago

TecOrb-Developers commented 3 years ago

MyOptionsPickerView not showing above on dialog when i open this from dialog i showing behind the dialog, should show above on dialig

faizan321 commented 3 years ago

did you find any solution ?

amanzan commented 2 years ago

Same issue here, any solution?

amanzan commented 2 years ago

Just in case it helps anyone else: diving into the open issues, I found out that settting OptionsPickerBuilder.isDialog(true) makes it appear in the form of an alert (it's actually a cool animation), and this one opens on top of the dialog.