Bitmap打开图片

来源:互联网 发布:哈尔滨淘宝何时停运 编辑:程序博客网 时间:2024/04/30 18:39
  Bitmap bm = BitmapFactory.decodeFile(文件路径);
  xxx.setImageBitmap(bm);
原创粉丝点击