You might want to have height and width of the WebView itself fill the parent, and don't bother using a LinearLayout if it contains just one child view.
On Aug 2, 11:40 am, Ken <[email protected]> wrote: > anyone? > > On Jul 30, 3:10 pm, Ken <[email protected]> wrote: > > > Hi, > > > When I load a URL in my webview, the page always appears with full > > size and I am unable to zoom out (I did call > > setBuiltInZoomControls(true)). The webview is wrapped in a > > LinearLayout with fill_parent for both dimensions. > > > Is there a simple way to fit the content of the webview automatically > > to the screen? Thanks! > > > Ken > > -- 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

