Answers for "buttonTintList"

0

buttonTintList

setBackgroundTintList(contextInstance.getResources().getColorStateList(R.color.your_xml_name));
Posted by: Guest on April-04-2022
0

buttonTintList

btnTag.setSupportButtonTintList(ContextCompat.getColorStateList(Activity.this, R.color.colorPrimary));
Posted by: Guest on April-04-2022

Browse Popular Code Answers by Language