2017年4月11日

android将drawable下的图片转换成bitmap

摘要: 将drawable下的图片转换成bitmap 1、 Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.xxx); 2、Resources r = this.getContext().getResources 阅读全文

posted @ 2017-04-11 10:07 乐学习 阅读(833) 评论(0) 推荐(0)

导航