`
mapeijie888
  • 浏览: 996 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
转换Bitmap to Drawable BitmapDrawable bitmapDrawable = (BitmapDrawable)bitmap;     Drawable drawable = (Drawable)bitmapDrawable;             Bitmap bitmap = new Bitmap (...);     Drawable drawable = new BitmapDrawable(bitmap);  转换Drawable to Bitmap Drawable d = ImagesList.get(0);  Bitmap b ...
Global site tag (gtag.js) - Google Analytics