Re: [android-developers] Add imageview to bottom of webview

2010-09-17 Thread TreKing
On Thu, Sep 16, 2010 at 11:51 AM, Edwin wrote: > I want the webview filling the remaining part and the bottom is imageview > if no scroll is need. > Not sure, but since WebView is a ViewGroup, you should be able to add an ImageView directly to it, with gravity set to the bottom. ---

[android-developers] Add imageview to bottom of webview

2010-09-16 Thread Edwin
Hi, I have a banner and want to add it to the webview. But the banner will be shown only when the webview is scrolled to the bottom. I tried using scrollview to embed the webview and imageview. However, the webview will shrink to content height. In short, I want the webview filling the remaining p