Android button background color

后端 未结 10 1926
轮回少年
轮回少年 2020-12-08 00:25

I am trying to set the background color of a button in my app and I am unable to achieve the result that I want...

The color that I am trying to set is holo_gr

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 00:33

    No need to be that hardcore.
    Try this :

    YourButtonObject.setBackground(0xff99cc00);
    

提交回复
热议问题