aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_utils/src/com/android/ide/common/layoutlib
Commit message (Collapse)AuthorAgeFilesLines
* Rename layoutlib_utils into ide_common.Xavier Ducrohet2010-11-117-786/+0
| | | | Change-Id: Id243fe66e2ce577bc821ca454bca18444ebb5e7d
* Make ADT use the new layoutlib API.Xavier Ducrohet2010-11-117-0/+786
ADT now exclusively use the new API. The older platforms that still use the old API are accessed through a compatibility layer provided by the class LayoutBridgeWrapper that converts the old to the new API (both input and output). The wrapper and the loading code for the bridge have moved to layoutlib_utils, but into the ide.common package. Layoutlib_utils is to be renamed ide-common later. .sdk.LoadStatus has moved into .ide.common too since it's used by the bridge loading code. As we'll move more code into ide-common it's ok to have it there anyway. Also did some minor fix to the API: - missing implementation of ViewInfo - Made a singleton for SUCCESS state of SceneResult. Change-Id: I5e7130ca03b92ad71dc9c293b2ffc40566df645c