I used:
paint.setShadowLayer(1, 0, 0, Color.BLACK);
But, the result is not that beautiful. Is this the only way to draw shadow?
I found this question but answer is for TextView.
I used:
paint.setShadowLayer(1, 0, 0, Color.BLACK);
But, the result is not that beautiful. Is this the only way to draw shadow?
I found this question but answer is for TextView.