android textview 底部圆角,如何实现textview右下角角标变成圆角呢
private Bitmap roundBitmapByXfermode(Bitmap bitmap, int outWidth, int outHeight, int radius) {if(bitmap == null) {throw new NullPointerException("Bitmap can't be null");}// 等比例缩放拉伸float widthScale = o...