SyntaxFix
Write A Post
Hire A Developer
Questions
also you can use this way. it will change your big drawble fit to your canvas:
Resources res = getResources(); Bitmap bitmap = BitmapFactory.decodeResource(res, yourDrawable); yourCanvas.drawBitmap(bitmap, 0, 0, yourPaint);