emilsjolander/StickyScrollViewItems

Sticky view is always transparent

Opened this issue · 1 comments

Hi there,

The sticky view is always transparent with just the stick tag not -hastransparancy.

Help please!

Thanks,
Ray

add these 2 line inside your sticky view:

android:tag="sticky-hastransparancy"
android:background="@color/white"