我有一个可垂直滚动的 TextView。如何为其添加褪色边缘?
<TextView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:textSize="18dp"
android:textColor="#ffffffff"
android:fadingEdge="vertical"
android:fadingEdgeLength="25dp"
/>
此代码不起作用