Android AlertDialog not centering/scaling vertically?

Turns out it's a bug (kinda). You have to just implement your own Dialog to make it work right.

The bug is described here: http://code.google.com/p/android/issues/detail?id=11824. The AlertDialog is reserving space for the title/icon panel even where there is neither a title nor an icon. The fix is, I think, quite simple: it should set the top panel layout to GONE, just as it does for the button panel in the event of there being no buttons.

Until that's done, the only workaround is to implement your own Dialog subclass.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions