标签:android http 文件 sp div c r ef bs
当重写ImageView的时候需要获取android:src的值
可以通过:getAttributeResourceValue("http://schemas.android.com/apk/res/android","src",0);获取
如果是自定义的属性,比如bitmap
通过:getAttributeResourceValue(null,"bitmap",0);
标签:android http 文件 sp div c r ef bs
原文地址:http://www.cnblogs.com/kirno/p/3995689.html