安卓中如何得到drawable文件中的图片?不是用单纯的控件,就只是单纯的获得这个图片进行处理
主要用R.drawable,参考:android中的图形图像-访问图片drawable
this.getResources().getDrawable(id);