Re: [android-developers] Android: Dialogs have extra, ugly space on droid 3?

2012-03-14 Thread TreKing
On Wed, Mar 14, 2012 at 12:31 PM, Ab wrote: > Is there any way to prevent it? > Use a custom layout to display your dialog as you wish on all devices. - TreKing

[android-developers] Android: Dialogs have extra, ugly space on droid 3?

2012-03-14 Thread Ab
The first image is from a Galaxy Note, the second is from a Droid 3. Both of them produced from the below code. The dialog on the Droid 3 has a significant amount of extra, ugly space. This space is even uglier on more complex dialogs. Is there any way to prevent it? public void onCreate(Bundle b