ripple effect textview android

Solutions on MaxInterview for ripple effect textview android by the best coders in the world

showing results for - "ripple effect textview android"
Ariadna
07 Jan 2018
1<TextView
2.
3.
4android:background="?attr/selectableItemBackgroundBorderless"
5android:clickable="true"
6/>
7
8<ImageView
9.
10.
11.
12android:background="?attr/selectableItemBackgroundBorderless"
13android:clickable="true"
14/>
15