You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario:
make the app have the FadingActionBar , with parralex effect and an imageView in the header.
The bottom area (the content) should be a vertical LinearLayout and a lot of views, enough to be able to scroll.
At runtime, scroll a bit down and then cause the LinearLayout to remove some of its views.
The bug:
the imageView on the top gets an empty gap below itself, which doesn't contain anything.
How do I solve this?
The text was updated successfully, but these errors were encountered:
i have this issue using a listview if i reinitialize the adapter. any ideas how i would go about sorting this issue for a listview that doesn't have the observablescrollview property?
Scenario:
make the app have the FadingActionBar , with parralex effect and an imageView in the header.
The bottom area (the content) should be a vertical LinearLayout and a lot of views, enough to be able to scroll.
At runtime, scroll a bit down and then cause the LinearLayout to remove some of its views.
The bug:
the imageView on the top gets an empty gap below itself, which doesn't contain anything.
How do I solve this?
The text was updated successfully, but these errors were encountered: