[android-developers] Re: WebView does not display normally?

2010-01-10 Thread croco
This code is not more successful :( http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="fill_parent" > WebView releaseNoteView = (WebView) view.findViewById(R.id.webview); On Jan 10, 5:29 pm, croco w

[android-developers] Re: WebView does not display normally?

2010-01-10 Thread croco
Mark, Ok i got what you mean. I set android:layout_weight instead. The screen was about to display well webview on top with blank page with close button on top as expected, but when the loadURL is run it webview continue to cover the close button :(. Thanks to advice or maybe how do something c

[android-developers] Re: WebView does not display normally?

2010-01-10 Thread croco
Hi Mark, I've tried with layout_weight parameter and without it without success. Can you explain please? Regards. Croco On Jan 10, 4:27 pm, Mark Murphy wrote: > croco wrote: > > Hello Mark, > > > Yes i've tried to use scrollview after many unsucessful attempt to > > post my issue on the andro

Re: [android-developers] Re: WebView does not display normally?

2010-01-10 Thread Mark Murphy
croco wrote: > Hello Mark, > > Yes i've tried to use scrollview after many unsucessful attempt to > post my issue on the android group. > > On your advice i switched code to > > http://schemas.android.com/apk/res/ > android" > android:layout_width="fill_parent" > android:layout_height="fil

[android-developers] Re: WebView does not display normally?

2010-01-10 Thread croco
Hello Mark, Yes i've tried to use scrollview after many unsucessful attempt to post my issue on the android group. On your advice i switched code to http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orienta