BrotherV / Floating-ArcMenu

A prety menu for all application
129 stars 35 forks source link

I want to change iconImage upon click #13

Open Veer50 opened 6 years ago

Veer50 commented 6 years ago

I want to change icon image after clicking on it. But not able to do so. Using arcMenu.setIcon(Drawable iconClose, Drawable iconOpen)

BrotherV commented 6 years ago

Hi, This method works if you put your image resources in drawable folders not in mipmap. Check this Mipmap vs Drawable folders