[android-developers] Re: ProgressBar in Webview

2009-01-19 Thread A R
I am not sure if I understand correctly but you can keep your webview invissible (while its loading) and make it visible only after your url is loaded (and when you remove progressbar). Check WebViewClient on how to get notified of page load finished. -Amit. On Jan 19, 10:16 am, "Chris Chiappone

[android-developers] Re: ProgressBar in Webview

2009-01-18 Thread Chris Chiappone
Yes, this is what I was trying to achieve. The problem is that its almost like the webview comes up from below the progressbar when the page loads. On Sat, Jan 17, 2009 at 9:02 AM, Fred Grott(shareme) wrote: > > Do you mean load progress rotating image and once the page loads it > disappears? >

[android-developers] Re: ProgressBar in Webview

2009-01-18 Thread A R
Did you try FrameLayout? On Jan 17, 9:02 pm, "Fred Grott(shareme)" wrote: > Do you mean load progress rotating image and once the page loads it > disappears? > > On Jan 16, 4:29 pm, "Chris Chiappone" wrote: > > > Is there an easy way to show a indeterminate progressBar ontop of a > > webview.  

[android-developers] Re: ProgressBar in Webview

2009-01-17 Thread Fred Grott(shareme)
Do you mean load progress rotating image and once the page loads it disappears? On Jan 16, 4:29 pm, "Chris Chiappone" wrote: > Is there an easy way to show a indeterminate progressBar ontop of a > webview.  I can create a progress bar but the webview shows up below it. > > Thanks --~--~---