Android Button setAlpha

前端 未结 4 1375
太阳男子
太阳男子 2021-01-13 06:47

There are a set of buttons, I want to get the result:

When I click one of them, first I divide them into two parts: the clicked one and the others. I\'m trying to se

4条回答
  •  盖世英雄少女心
    2021-01-13 07:44

    public void setAlpha (int alpha) - deprecated

    public void setAlpha (float alpha) (0f < alpha < 1f) Added in API level 11

提交回复
热议问题