StickySwitch icon indicating copy to clipboard operation
StickySwitch copied to clipboard

View is dissappearing when I use NestedScrollView

Open nzisis opened this issue 7 years ago • 3 comments

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.

nzisis avatar Jul 31 '17 12:07 nzisis

Hello it is not working in scroll view also. It is disappearing in scroll view.

akku20080 avatar Sep 06 '17 10:09 akku20080

@akku20080 @nzisis

Temporarily set width and height explicitly.

example) android:width="120dp" android:height="80dp"

I will fix it as soon as possible.

GwonHyeok avatar Sep 07 '17 02:09 GwonHyeok

ok thanx

akku20080 avatar Sep 07 '17 06:09 akku20080