skydoves / PowerSpinner

🌀 A lightweight dropdown popup spinner, fully customizable with an arrow and animations for Android.
Apache License 2.0
1.2k stars 114 forks source link

Support setting a foreground on the popupwindow item. #123

Closed Legendami closed 2 years ago

Legendami commented 2 years ago

I'm able to set ?/selectableItemBackground when clicking the spinner, but not when clicking one of the items. I pretty much had this library implemented to the point where i was satisfied. But just by this single thing missing, i ended up creating my own listPopupWindow version.

skydoves commented 2 years ago

Hi @Legendami, you can achieve this by customizing the spinner with the custom spinner adapter. If I have any plans for supporting this, let you know about this in the future. Thanks!