Transparent ARGB hex value

前端 未结 7 1952
天命终不由人
天命终不由人 2020-11-28 17:16

The colors in this table is all not transparent. I guess the value for the A is set to FF.

What is the code for transparency?

For

相关标签:
7条回答
  • 2020-11-28 18:10

    Just use this :

    android:background="#00FFFFFF"

    it will do your work.

    0 讨论(0)
提交回复
热议问题