Answers for "change color of icon button in material design wpf"

0

kotlin change materialbutton icon color programmatically

val button = findViewById<MaterialButton>(R.id.btnShowDepartmentList)
button.setOnClickListener {
    button.setIconTintResource(R.color.orangeLighter)
}
Posted by: Guest on May-31-2021

Code answers related to "change color of icon button in material design wpf"

Browse Popular Code Answers by Language