lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Fading Edge off not possible #244

Open cspauer opened 8 years ago

cspauer commented 8 years ago

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?