Fading Edge off not possible
cspauer opened this issue · 0 comments
cspauer commented
Hi,
I tried many ways to turn off Fading Edge, without any success:
android:fadingEdge="none"
android:drawSelectorOnTop="false"
android:requiresFadingEdge="none"
android:overScrollMode="never"
android:fadingEdgeLength="0dp"
It seems so, that my TwoWayView is ignoring the given attributes.
Any ideas?