aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_api/src/com/android/ide/common/rendering/api/ResourceDensity.java
Commit message (Collapse)AuthorAgeFilesLines
* Update the Layoutlib API to contain part of the current config.Xavier Ducrohet2011-01-271-59/+0
| | | | | | | | | | | | | | | | | | Right now only the screen size is needed. We can add more to Params as needed. Since we should use the existing enum classes for this, I moved all the current enum from sdklib into a new jar file called resources.jar. ADT, sdklib, layoutlib_api all depend on it. Changes to resources should always be API compatible and the result should be copied into the in-dev platform branch in prebuilt, similar to layoutlib_api. See the README.txt files in layoutlib_api/ and resources/ Change-Id: I877ba3cad555ec497954bb0866639e51e7751020
* LayoutLib API refactoringXavier Ducrohet2010-12-211-0/+59
Change-Id: I40abba4c4f786755c2a1c0e70df4d7bc08e2bcde