Files
frameworks_base/core/java/android
SeongJae Park 95148495fc Set width of spinner's dropdown to fit on device
Commit for issue at
http://code.google.com/p/android/issues/detail?id=25916&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&start=100

[Problem]
Dropdown popup of Spinner become wider than device's width if selected
item's content's width is larger than device's screen.

[Cause]
Spinner just display dropdown popup with measured content's width
although measured content's width is wider than device's screen.

[Solution]
If calculated content's width is wider than device's screen, set width
of spinner's dropdown popup to fit on device.

Change-Id: I3276e5ff745c6ba1437c07fc55645d6b53fef89a
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2012-02-29 10:48:11 +09:00
..
2011-12-14 17:20:54 -08:00
2011-12-06 15:46:58 -08:00
2011-12-07 16:55:38 -08:00
2011-11-30 12:32:15 +00:00
2011-12-13 12:37:02 -08:00
2012-01-11 13:35:29 -08:00