Files
frameworks_base/tools/layoutlib
Deepanshu Gupta 98f33350b1 Fix native methods
Fix native method signatures as changed by the following commits:
56f57ccbd4
76d3a1b8d0

Change-Id: I5db31d3665a5e8c84c107cf84ec3bd5ccfb9a9fe
2014-02-18 13:08:07 -08:00
..
2014-02-18 13:08:07 -08:00

Layoutlib is a custom version of the android View framework designed to run inside Eclipse.
The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices.

None of the com.android.* or android.* classes in layoutlib run on devices.