You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added a new function called setWaveHexColor(String hexColor) and overloaded setWaveColor(String hexColor). Now if you want to set the color of wave with hex value (e.g #7b4bff as you said), you can just simply use the following code:
WaveSwipeRefreshLayout mWaveSwipeRefreshLayout;
Stirng hexValue = "7b4bff" //you can use any hex value
mWaveSwipeRefreshLayout.setWaveColor(hexValue);
How can I use this color as that (a, r, g, b)
#7b4bff
The text was updated successfully, but these errors were encountered: