Fade bottom of a textview android

后端 未结 2 591
谎友^
谎友^ 2021-01-04 09:01

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

相关标签:
2条回答
  • 2021-01-04 09:43

    You can find variety of textview effects here

    0 讨论(0)
  • 2021-01-04 09:45

    You can use android:requiresFadingEdge="vertical". To change the gradient overlay height android:fadingEdgeLength="32dp"

    0 讨论(0)
提交回复
热议问题