How to add button tint programmatically

前端 未结 15 905
时光取名叫无心
时光取名叫无心 2020-11-30 23:38

In the new AppCompat library, we can tint the button this way:

15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 00:41

    here's how to do it in kotlin:

    view.background.setTint(ContextCompat.getColor(context, textColor))
    

提交回复
热议问题