is there a way to fade the bottom of a TextView in Android when the text is bigger than a fixed height? I\'m looking for a thing such like in the Play Store
You can find variety of textview effects here
You can use android:requiresFadingEdge="vertical". To change the gradient overlay height android:fadingEdgeLength="32dp"
android:requiresFadingEdge="vertical"
android:fadingEdgeLength="32dp"