Files
frameworks_base/core/java/android/view
Romain Guy 2e4f426bbc Correctly resize dialogs when measured in WRAP_CONTENT
Bug #2549649

If the window had a different size than its content but the content had already
been measured with the appropriate size, the window would not be resized. This
happens in wrap_content windows (dialogs.) This change simply adds a new codition
to window resizing: if the window is wrap_content, not as big as it can be and
not as big as its content, it gets resized.

Change-Id: I1d82d03af5a15c9ad8dffa0511d5f6d522578285
2010-04-06 11:07:52 -07:00
..
2009-07-21 11:16:54 -07:00
2010-02-26 12:35:55 -08:00
2009-11-13 13:53:39 -08:00
2009-11-13 13:53:39 -08:00
2010-02-12 17:52:22 -08:00
2009-11-13 13:53:39 -08:00
2010-03-10 12:40:04 -08:00
2010-03-29 20:46:45 -07:00
2009-11-13 13:53:39 -08:00
2009-07-21 11:16:54 -07:00