saket / cascade

Nested popup menus with smooth height animations for Android
https://saket.github.io/cascade
Apache License 2.0
2.02k stars 67 forks source link

Can you make the popmenu display under the anchorView #35

Closed zs1973 closed 1 year ago

zs1973 commented 1 year ago

Can you make the popmenu display under the anchorView

saket commented 1 year ago

You should be able to do this with PopupWindow's overlapAnchor attribute.

zs1973 commented 1 year ago

You should be able to do this with PopupWindow's overlapAnchor attribute.

Did not see CascadePopupMenu expose this property for us to set

saket commented 1 year ago

CascadePopupMenu works with your XML theme the same way as PopupMenu does. You can find some examples here: https://saket.github.io/cascade/views/theming/. Does this help?

zs1973 commented 1 year ago

CascadePopupMenu works with your XML theme the same way as PopupMenu does. You can find some examples here: https://saket.github.io/cascade/views/theming/. Does this help?

tks 明白了