summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ButtonGroup.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up button bar stylesAdam Powell2010-12-061-260/+0
| | | | Change-Id: I65b6600f72b92db024f83b63d3ea91abc1cbb96c
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-4/+6
| | | | | | | | | | | | | | This extends the view hierarchy's measure pass to allow view to propagate up to their parent additional information besides just their measured size. They can now report that their measured width and/or height should be larger than the size their parent is limiting them to (even though by definition they need to contrain their reported measurements to the limits imposed by the parent). ViewRoot uses this information to determine if it should remeasure the window with a larger size limit to try to make it fit. Change-Id: I90af3b7a8ec45d0a5c003fb009857025209d83eb
* Fix bug 3109812 - NPE in ButtonGroup.dispatchDrawAdam Powell2010-10-191-2/+12
| | | | Change-Id: Ie8d9b2c0862cc901ed9534e81465fe41ade1f9a0
* New dialog assets. Cancelable AlertDialogs may now be canceled by tapping ↵Adam Powell2010-10-181-1/+1
| | | | | | outside. Change-Id: I061f09bd79a5f2b627fb0f01aba36f37449b849d
* Hide ButtonGroup - not ready for public consumption.Adam Powell2010-10-181-0/+3
| | | | Change-Id: I9afeac135c1d7a6115789ed2a2f43ad9aa9d4fcf
* Change AlertDialogs to use button groups.Adam Powell2010-10-151-46/+146
| | | | | | Ditch dumb prototype implementation of ButtonGroup. Change-Id: I803ef51b0bf4059936ddeb9145ca37ee53cd24b9
* Holo fixesAdam Powell2010-10-121-11/+84
| | | | | | | | | | * Fix up ButtonGroup to behave better. * Fix bad states with holo list selectors. * Clean up action mode UI components. * Change action mode UI to use a text button instead of 'X' to dismiss. * Fixed spinner dropdowns for Holo.Light Change-Id: Ifc092bd549ffb539d6a3b2ddd95ebd4b114a441f
* Updated styles and metrics.Adam Powell2010-10-111-0/+72
* Added preliminary ButtonGroup support for buttons that display as a unit. * Fixed a bug with MenuBuilder that caused old-style icon menus to fail. * Added support for explicitly setting line height in text. Change-Id: I1ba65f09dd9e1bc833d247ebe72052a21e3f99f0