ScratchView
ScratchView copied to clipboard
This is a android custom view , like a scratch card effect!
I can change it's shape when I use background attribute at that time it set the background as content. that's suck. so, Please give some solution. Thank you
I can not use any image instead of colour in the scratchview. give some solution.
I am getting an issue, where changing the scratchview MASK COLOR, it is partially displaying the imageview behind it. How I can I hide it completely while setting the SCRATCH...
``` private int getPercent(){ perc = 0; scratchView.setEraseStatusListener(new ScratchView.EraseStatusListener() { @Override public void onProgress(int percent) { perc = percent; } @Override public void onCompleted(View view) { } }); return perc;...