Sure. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <WebView android:id="@+id/WV_1" android:layout_width="fill_parent" android:layout_height="fill_parent" /> </LinearLayout>
Thanks a lot Mark. On Nov 10, 8:46 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > Ben Feldman wrote: > > Hi, > > > A part of an app I'm working on has a full-screen WebView, and I > > wanted to include the standard ZoomControls view, but I'm having a > > problem where the view doesn't stay at the bottom of its parent > > WebView as you scroll, but stays locked at where it was created. > > Here's a screenshot of what happens:http://i33.tinypic.com/nqoao3.jpg > > > This happens whether I specifically supply the dimensions when adding > > the view or not (though when giving dimensions I specifically make > > sure it has a Gravity of Gravity.BOTTOM, which I thought alleviates > > this problem). Is there some other thing I'm totally missing? > > Could you post your XML layout? > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > > Android Training on the Ranch! -- Mar 16-20, > 2009http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

