Flowing-Gradient icon indicating copy to clipboard operation
Flowing-Gradient copied to clipboard

Android Library to make a flowing gradient effect, similar to that used in Instagram Android login screen

Results 5 Flowing-Gradient issues
Sort by recently updated
recently updated
newest added

Change compile to implementation because compile is deprecated

hey,im using this library so far so good but there is a problem color changes ,its not like it changes slowly from a color to another but it changes like...

I got this error while trying to use it in the RecyclerView: `Caused by: java.lang.ClassCastException: com.dynamitechetan.flowinggradient.FlowingGradient cannot be cast to android.view.ViewGroup`

FlowingGradient should call TypedArray.recycle() method ``` TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.FlowingGradient, 0, 0); draw = a.getResourceId(R.styleable.FlowingGradient_transition_drawable, R.drawable.translate); duration = a.getInt(R.styleable.FlowingGradient_transition_duration, 75); //should be called a.recycle(); ```

hi thanks for the beautiful lib :) how to stop animation and freeze the view? thanks...

enhancement