skydoves / PowerMenu

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

How to enable selection functinality in CustomPowerMenu ? #62

Closed rushilYiion closed 4 years ago

rushilYiion commented 4 years ago

How to enable setSelectedTextColor() and setSelectedMenuColor() for CustomPowerMenu ??

skydoves commented 4 years ago

Hi, @rushilYiion

Unfortunately, that's impossible. Because those functions are implemented in the default adapter. In your custom adapter, you can implement it easily. You can reference the default adapter.

Thanks!

rushilYiion commented 4 years ago

@skydoves Thanks