liuyangping

Results 1 comments of liuyangping

I have a solution. 1. You can set background like this: drawableView.setBackground(new BitmapDrawable(bitmap)); 2. Paint others on the background. 3. Then obtain bitmap call: drawableView.obtainBitmap(bitmap.copy(Bitmap.Config.ARGB_8888, true)); Note: If you want...