Files
frameworks_base/tools/layoutlib
Diego Perez 184427444b am 36152328: am 0e766de7: Avoid calling scrollBy(0,0) on render
* commit '361523281c88a7e453e0eef961ed7f16a55785a5':
  Avoid calling scrollBy(0,0) on render
2015-09-22 20:05:30 +00:00
..
2015-05-13 22:18:37 -07: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.