Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当文本大于固定高度时,有没有办法在 Android 中淡化 TextView 的底部?我在 Play 商店中寻找类似的东西
注意:使用 ellipsize 和 fadeEdge (也是它们的组合)它不起作用。
您可以使用android:requiresFadingEdge="vertical". 更改渐变叠加高度android:fadingEdgeLength="32dp"
android:requiresFadingEdge="vertical"
android:fadingEdgeLength="32dp"
你可以在这里找到各种 textview 效果