ImageView如何使用getDrawable()获取Drawable?为什么它与使用 getBaseContext().getResources().getDrawable() 获取图像不同?喜欢drawable:R.drawable.l,先设置ImageView iv.setImageResource(R.drawable.l); 然后使用 iv.getDrawable() 和 getBaseContext().getResources().getDrawable(R.drawable.l)。但是为什么它会得到不同的drawable?使用“==”或equals,是不对的。谢谢指教。
问问题
524 次