Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 594 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 594 Bytes

clickable-image-view

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.

Demo