AndroidScratchCard
AndroidScratchCard copied to clipboard
Light Weighted Scratch Card View Library for Android
To
[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)...
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..
I want to reset scratch card without activity change please help