标签: android android-imageview android-drawable
我的/ res / drawable中有一个drawable,看起来像这样:
如何修改drawable(代码),以便我得到一个蓝色时钟。
答案 0 :(得分:2)
尝试ImageView#setColorFilter
_myImgView.setColorFilter(Color.argb(255, 0, 0, 255)); // blue