Android add StateListDrawable programmatically as left checkmark in checkedTextView

126 Views Asked by At

Is there a way to dynamically add check mark as left check mark in checkedTextView using a StateListDrawable? via xml there is an attribute android:drawableLeft which puts the checkmark to the left, is there a way to do this programmatically?

0

There are 0 best solutions below