ShineButton
ShineButton copied to clipboard
This is a UI lib for Android. Effects like shining.
Please update the dependencies.
[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 =...
I would like the ShineButton to have a different drawable when selected, e.g. heart outline and full heart, not only different color. Is there a way to achieve this with...
大佬 你好 我发现这个库有个缺陷 就是只能通过填充颜色去改变点击后的效果 没办法设置图片的吗 因为有些图片不是单色的 所以我只好放弃使用了 唉 还是说这个库有设置图片的属性我没找到吗
After click on shine button to shine after shine effect done shine effect will not go away and in recyclerview it happens same and when click multi shine items it...
Following change to fix this: In ShineView lin 128 ` shineButton.removeView(ShineView.this); ` replace with: `((ViewGroup) ShineView.this.getParent()).removeView(ShineView.this);` Or modify ShineButton.removeView function.
When i click on shine button the animation is below the view. Please check
 on Android P button like this.
The Android 4.3 API18 phone shows that the water ripple is square and should be circular?