摘要:
public static Bitmap drawText2Bitmap(String text, int imgResourceId, Context mContext) { try { Resources resources = mContext.getResources(); float scale = resources.getDisplayMetrics().density; Bitmap bitmap = BitmapFactory.decodeResource(resources, imgResour... 阅读全文
posted @ 2014-03-21 15:44
微信公众号--共鸣圈
阅读(2247)
评论(0)
推荐(0)
浙公网安备 33010602011771号