ImageView:
- Add ClickEffect to imageView
| <ImageView | |
| android:id="@+id/imageView" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" | |
| android:clickable="true" | |
| android:clipChildren="false" | |
| android:clipToPadding="false" | |
| android:focusable="true" | |
| android:foreground="?attr/selectableItemBackgroundBorderless" | |
| android:src="@drawable/ic_dislike_36dp" | |
| android:tint="@color/colorAccent"/> |