android-ripple-background icon indicating copy to clipboard operation
android-ripple-background copied to clipboard

A beautiful ripple animation for your app

Results 36 android-ripple-background issues
Sort by recently updated
recently updated
newest added

Not working on samsung devices is any configuration needed.

Tried to make it work inside a `BottomSheetDialogFragment`. But nothing happens when the bottom sheet is displayed. Here is my code - ```java public class CountActionListDialogFragment extends BottomSheetDialogFragment { @SuppressLint("RestrictedApi")...

adding the rippleStrokeWidth to the paint object

Is there a way to chande rb_color attribute not from xml?

``` @@ -79,8 +79,10 @@ public class RippleBackground extends RelativeLayout{ if(rippleType==DEFAULT_FILL_TYPE){ rippleStrokeWidth=0; paint.setStyle(Paint.Style.FILL); - }else - }else{ - paint.setStrokeWidth(rippleStrokeWidth); paint.setStyle(Paint.Style.STROKE); - } paint.setColor(rippleColor); ```

Hey thank you very much for this great library. As anyone have an update on the issue with stroke width not changing? thank you!

I have implemented this library for quite a long time and it is a good ripple for ripple animation. Recently, I found the Bug, while running the Application on a...

- add setters for values - check and render views for run new animation ripple