An extension to {@link ImageView} which has a touch effect Work properly inside scrollview
Use change ImageView into ClickableImageView from your layout, your button will have touch effect. Remember to add setOnClickListener() to your view, otherwise it will not work.