2015年10月6日
摘要: 1,drawable转bitmap// 获取待处理的图像方法1BitmapDrawable tmpBitDra = (BitmapDrawable) getResources().getDrawable(R.drawable.ic_launcher);Bitmap tmpBit = tmpBitDr... 阅读全文
posted @ 2015-10-06 11:12 心想快乐 阅读(102) 评论(0) 推荐(0) 编辑