我有一个可垂直滚动的TextView。如何为它添加淡化边缘?
<TextView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:textSize="18dp"
android:textColor="#ffffffff"
android:fadingEdge="vertical"
android:fadingEdgeLength="25dp"
/>
此代码不起作用
答案 0 :(得分:2)
答案 1 :(得分:1)
尝试添加 机器人:requiresFadingEdge = “垂直” 这真的褪去了顶部边界。
还在试图找出底部...