Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View is dissappearing when I use NestedScrollView #17

Open
nzisis opened this issue Jul 31, 2017 · 3 comments
Open

View is dissappearing when I use NestedScrollView #17

nzisis opened this issue Jul 31, 2017 · 3 comments
Labels

Comments

@nzisis
Copy link

nzisis commented Jul 31, 2017

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.

@akku20080
Copy link

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

@GwonHyeok
Copy link
Owner

@akku20080 @nzisis

Temporarily set width and height explicitly.

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

I will fix it as soon as possible.

@GwonHyeok GwonHyeok added the bug label Sep 7, 2017
@akku20080
Copy link

ok thanx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants