skydoves / PowerMenu

:fire: Powerful and modernized popup menu with fully customizable animations.
Apache License 2.0
1.19k stars 175 forks source link

Complete list items are not visible. #70

Closed nicemak closed 3 years ago

nicemak commented 3 years ago

Please complete the following information:

Describe the Bug:

I have a list of 61 items, but menu is showing only 26 items.

Expected Behavior:

menu should show all items in the list.

nicemak commented 3 years ago

Seems to be solved with .showAsDropDown(selectedView)

and

setWidth(400) setHeight(400)