1 <ListView 2 android:id="@+id/listcity" 3 android:layout_width="310px" 4 android:layout_height="376px" 5 android:fadingEdge="vertical" 6 android:fadingEdgeLength="30px" /> 7 android:fadingEdge="vertical" 设置拉滚动条时 ,边框渐变的放向。none(边框颜色不变),horizontal(水平方向颜色变淡),vertical(垂直方向颜色变淡)。 8 android:fadingEdgeLength="30px" 设置边框渐变的长度 9 10 遇到这种问题查SDK就知道了。