StickySwitch
StickySwitch copied to clipboard
View is dissappearing when I use NestedScrollView
Hello I am using your library to my project and it is displayed perfectly inside a RelativeLayout. But when I move RelativeLayout inside a NestedScrollView the view is gone.
Hello it is not working in scroll view also. It is disappearing in scroll view.
@akku20080 @nzisis
Temporarily set width and height explicitly.
example) android:width="120dp" android:height="80dp"
I will fix it as soon as possible.
ok thanx