Android and setting alpha for (image) view alpha

后端 未结 9 1386
终归单人心
终归单人心 2020-11-29 00:20

Is there really no XML attribute counterpart to setAlpha(int)?

If not, what alternatives are there?

9条回答
  •  温柔的废话
    2020-11-29 00:40

    use android:alpha=0.5 to achieve the opacity of 50% and to turn Android Material icons from Black to Grey.

提交回复
热议问题