[android-developers] Re: Resizing dialog window does not work

2009-09-01 Thread matthias
additional note: I even added a LinearLayout with FILL_PARENT for width and height to the activity view root, but still, the activity window is not resizing. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Resizing dialog window does not work

2009-09-01 Thread Dianne Hackborn
Try doing this after setContentView() -- it is the first call to setContentView() where the window theme is applied. On Tue, Sep 1, 2009 at 3:48 AM, Matthias m.kaepp...@googlemail.com wrote: In one of my activities, I use the Theme.Dialog style, and I can't get the window to launch at full