Is there any difference between Button with image, ImageButton and clickable ImageView?
Button
ImageButton
ImageView
button instanceof ImageButton == false; imageButton instanceof Button == false; button instanceof TextView == true; imageButton instanceof ImageView == true;