AndroidScratchCard icon indicating copy to clipboard operation
AndroidScratchCard copied to clipboard

Light Weighted Scratch Card View Library for Android

Results 6 AndroidScratchCard issues
Sort by recently updated
recently updated
newest added

[allprojects { repositories { ... maven { url "https://jitpack.io" } } }](allprojects { repositories { ... maven { url "https://jitpack.io" } } }) >

java.lang.IllegalArgumentException: width and height must be > 0 Fatal Exception: java.lang.IllegalArgumentException: width and height must be > 0 at android.graphics.Bitmap.createBitmap(Bitmap.java:1150) at android.graphics.Bitmap.createBitmap(Bitmap.java:1117) at android.graphics.Bitmap.createBitmap(Bitmap.java:1067) at android.graphics.Bitmap.createBitmap(Bitmap.java:1028) at in.myinnos.androidscratchcard.ScratchCard.onSizeChanged(ScratchCard.java:74) at android.view.View.sizeChange(View.java:24682)...

Can we change the texture of scratch view

enhancement

in.myinnos.androidscratchcard.ScratchCard cannot be cast to android.view.ViewGroup

scratch card is not working properly if it is inside scrollview and page is scrolling..please give me a solution..

enhancement

I want to reset scratch card without activity change please help