ShapeRipple
ShapeRipple copied to clipboard
[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...
Please, Remove `android:allowBackup` attribute from AndroidManifest. It's not really necessary, but it triggers an error. > Attribute application@allowBackup value=(false) from AndroidManifest.xml:7:9-36 > is also present at [com.rodolfonavalon:ShapeRippleLibrary:1.0.0]
can i use this library as a borderless ripple like "?attr/selectableItemBackgroundBorderless" attribute ? ripple top of another views ...
I'm using single ripple randomly. Sometime image goes outside the screen. any help?
Hi Rodolfo - first a big thank you for ShapeRipple - I am using it in an app I am building and it looks great! But, although it works fine...
Ripple effects is not activated when we use this inside of the recyclerview. Initially when the view is loaded then it shows the ripple animation but when scroll to the...
Is there possible to get the drawn shape itself? I mean, I would like to add onclicklistener to the drawn shapes. So each time one is generated you could click...
Is it necessary to pass value to this function **ripple.setRippleMaximumRadius() below 500**? I'm asking this because when I gave rippleMaximumRadius say 1000 then view does not animate smoothly. I experienced...