Well, I know there are some questions regarding this warning, but i still cannot figure out how to get rid of this.
I don\'t want to implement the OnTouchListener
Basically it suggests that you should subclass ImageButton and override its performClick() method but it's not worth the hassle just suppress this warning using @SuppressLint("ClickableViewAccessibility") in your method or just disable this warning like I did.