hello...
i am using a web view in which i am adding a image view..now i want to set the background of this image view transparent.i hv tried setting
mImageview.setBackgroundResource(R.color.trans); [where trans => < color name="trans">#00000000 < / color >]
plz help.... thanks in advance...