[android-developers] Re: How to prevent a webview to be reloaded when the screen orientation changes ?

2009-05-12 Thread Ovuca
On 12 mai, 17:28, Sylvain Wallez wrote: > Ovuca wrote: > > Hello, > > > I have set an activity containing a webview which loads a page from > > the network. Each time the orientation of the screen changes the > > oncreate(...) method is called and the webview rel

[android-developers] How to prevent a webview to be reloaded when the screen orientation changes ?

2009-05-12 Thread Ovuca
Hello, I have set an activity containing a webview which loads a page from the network. Each time the orientation of the screen changes the oncreate(...) method is called and the webview reloads its content again. Is there a way to avoid the webview to reload the web page ? Thank u, BC --~--~--

[android-developers] Custom AutocompletionTextView

2009-04-21 Thread Ovuca
Hello, I have changed the background image of an AutocompletionTextView. Is there any way to change the appearance of the list view, the default one looks pretty ugly ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] scale a view

2009-04-03 Thread Ovuca
Hello, I'd like to scale a view but when i do it, all the childrens of my view are scaled too. Is there a way to resize it without resizing its children ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Re: How to scale a view without scaling its children ?

2009-04-03 Thread Ovuca
;fill_parent") then I imagine changing the size > of the parent should, as defined in the xml, change the size of the > children. If this is how your xml is set up and you don't want this > behavior, you should probably change the xml for the children. > > On Apr 2, 3:50 pm, O

[android-developers] How to scale a view without scaling its children ?

2009-04-02 Thread Ovuca
Hi, I need to resize the height of a layout so i tried to apply a scale animation. The view is resized but its children are resized too. Is there a way to resize the layout without resizing its children? --~--~-~--~~~---~--~~ You received this message because you a