Is it possible to add a OnClickListener to on a drawable that is declared in designer as drawableleft
OnClickListener
drawableleft
android:drawableLeft=\"@drawa
You can achieve it by a RelativeLayout:
And add onClickListener to the ImageView in your code.
onClickListener
ImageView