[android-developers] Webview moves up when keyboard hides

2012-02-15 Thread androidgoyo
Hi all, The issue happens in an application whith a linear layout that divides the screen in two parts, the upper part is a simple View and the lower part is a WebView that loads google.com. The WebView takes the 60% of the space and the View the other 40%. In that scenario I touch the google sear

[android-developers] Z order of several GLSurfaceViews

2012-02-08 Thread androidgoyo
Hi all, I have a GLSurfaceview (surface1) added directly to the app window. In addition there is other GLSurfaceView (surface2) added to a ScrollView. What I want is to have the first surface on top, but I need to put the second surface on top when scrolling to have its background transparent in o