ButtonCustomShadow icon indicating copy to clipboard operation
ButtonCustomShadow copied to clipboard

A beautiful button with beautiful shadow that is completely customisable

Results 2 ButtonCustomShadow issues
Sort by recently updated
recently updated
newest added

A crash happens in BeautyView 325 line: `clipRect(shadowRect, Region.Op.REPLACE)` ClipRect method is deprecated.

bug

Seems like the project still depends on Android libraries that were on a deprecated repository: `com.android.` Please switch to: `androidx.`

todo