Files
frameworks_base/core/java/android/widget
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-09-27 11:32:59 -07:00
2011-10-31 16:26:55 -07:00
2011-08-31 14:59:19 -07:00
2011-09-29 14:48:44 -07:00
2011-09-01 16:58:05 -07:00
2011-08-15 15:49:48 -07:00
2011-11-01 18:01:33 -07:00