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

Allow setting of max width #19

Closed Kev1000000 closed 3 years ago

Kev1000000 commented 3 years ago

I'd love if I could set the max width of the PopupMenu to something dynamic so I can accommodate slightly larger strings of text while using icons.

saket commented 3 years ago

Is this what you're looking for?

https://github.com/saket/cascade/blob/79ace480f33bc7cd2726db5022c099deeb54d9c4/cascade/src/main/java/me/saket/cascade/CascadePopupMenu.kt#L35

Kev1000000 commented 3 years ago

Ah yes, perfect!