相关疑难解决方法(0)

在Android上设置imageview的透明背景

我正在使用Web视图,我在其中添加图像视图.如何将此图像视图的背景设置为透明?

我试过这个:

mImageview.setBackgroundResource(R.color.trans);
Run Code Online (Sandbox Code Playgroud)

哪里trans<color name="trans">#00000000 </color>.

android android-widget

309
推荐指数
16
解决办法
67万
查看次数

标签 统计

android ×1

android-widget ×1