| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I65b6600f72b92db024f83b63d3ea91abc1cbb96c
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: Ie8d9b2c0862cc901ed9534e81465fe41ade1f9a0
|
| |
|
|
|
|
| |
outside.
Change-Id: I061f09bd79a5f2b627fb0f01aba36f37449b849d
|
| |
|
|
| |
Change-Id: I9afeac135c1d7a6115789ed2a2f43ad9aa9d4fcf
|
| |
|
|
|
|
| |
Ditch dumb prototype implementation of ButtonGroup.
Change-Id: I803ef51b0bf4059936ddeb9145ca37ee53cd24b9
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
* 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
|