Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements to the new Layoutlib API. | Xavier Ducrohet | 2010-11-10 | 1 | -103/+0 |
| | | | | | | | | | | | | | Move to classes instead of interfaces so that the layoutlib API code can provide default implementation. This will reduce the testing on the ADT side about whether a method is present for the current API level or not. Also moved all the parameters of startLayout (actually renamed createScene) into a SceneParams class. Change-Id: I58389cd1bed9e79f6825b7c4e5a79206496ca439 | ||||
* | Minor update to the layoutlib API. | Xavier Ducrohet | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | New layoutlib API. | Xavier Ducrohet | 2010-11-09 | 1 | -0/+103 |
This is the new API to move to a stateful layoutlib, allowing for faster actions on an inflated layout. Change-Id: Ice6324c056efc6e82d5760b5f4e3d40b58938368 |