arcadefire / nice-spinner

A nice spinner for Android
Apache License 2.0
2.85k stars 445 forks source link

Some Drop down Items are not shown #120

Closed tanoDxyz closed 5 years ago

tanoDxyz commented 5 years ago

while using androidX and everything was OK but when i used the spinner in layout that was inflated for a Dialog. some drop down items were not shown. Layout structure is

RelativeLayout Linear Layout Spinner

arcadefire commented 5 years ago

Can you post a screenshot?

tanoDxyz commented 5 years ago

c_1_50

used xml attribute @entries ... which contains 8 elements

arcadefire commented 5 years ago

It's most probably cut by the dialog's window. I don't plan to investigate that, but feel free to open a PR if you find a solution. :)