Hi everybody, if have a layout with a variable scrollview at the top and a fixed view at the bottom. If the softkeypad slides in, a method will be called (after onSizeChanged) to hide the footer view due to usability reasons.
So, my problem is to hide the footer view correctly. If I change the visibility of the footer to Visible.GONE, the view is indeed gone, but there remains a black space. Only changing the scrollviews content per touchinput afterwards let the black space disappear. If tried a lot of different things to overcome this problem with .invalidate(), .forceLayout(), .requestLayout() and changing size to zero instead of GONE but nothing seems to work. Has anyone an idea how to solve this problem? Regards Chrono -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

