ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.65k stars 2.06k forks source link

Nested WebView in ToolbarControlWebViewActivity.java #208

Open janoliver opened 8 years ago

janoliver commented 8 years ago

Hi, as soon as the WebView in your sample ToolbarControlWebViewActivity.java is wrapped in some other view, e.g., RelativeLayout, the resizing of the WebView doesn't lead to the desired result anymore. Neither resizing the parent view, nor the child view, nor both at the same time actually works well.

Do you have any suggestion how to deal with the resizing (hiding the toolbar and resizing the content), when there is a view hierarchy next to the Toolbar instead of a single View?