How to make transparent gradient?

99封情书 提交于 2019-11-29 19:47:55

Just use an 8-digit color value, e.g. #FFF8F8F6, where the first two characters are the alpha value. FF being fully opaque, and 00 being fully transparent.

android:background="#00000000" android:cacheColorHint="#00000000"

this will make is transparent however, this is to make it a full transparency...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!