[android-developers] ProgressDialog fills screen in Froyo 2.2

2010-07-11 Thread Rmac
I am not sure if this is a bug or new feature so I'd like feedback if others have noticed it. Prior to Froyo 2.2, when a ProgressDialog (or AlertDialog) was shown it would wrap to its content so that the dialog would horizontally span to the message content width. Now with 2.2, the width of the

Re: [android-developers] ProgressDialog fills screen in Froyo 2.2

2010-07-11 Thread Connick
I've noticed progress dialogs being wider (i.e. extra padding) but it's not extending the width of the screen. (same size in portrait and landscape) -Stace On Sun, Jul 11, 2010 at 5:16 PM, Rmac ry...@me.com wrote: I am not sure if this is a bug or new feature so I'd like feedback if others

Re: [android-developers] ProgressDialog fills screen in Froyo 2.2

2010-07-11 Thread Romain Guy
It doesn't span the whole screen but dialogs now fill a certain percentage of the screen by default. On Sun, Jul 11, 2010 at 2:29 PM, Connick oconn...@gmail.com wrote: I've noticed progress dialogs being wider (i.e. extra padding) but it's not extending the width of the screen. (same size in