Files
frameworks_base/tools/layoutlib
Jerome Gaillard 1d8b0bb6cc Add tools attributes to set extreme values for NumberPicker
tools:minValue and tools:maxValue can now be used to specify
the min and max values of a NumberPicker in the layout editor.

Bug: http://b.android.com/205084
Change-Id: I10037726346c82ca3cf84d255727b84a12ac0349
(cherry picked from commit 3c2b1c65c907fa4f2cae102507688fd0bffd1b24)
2016-06-21 14:48:54 +00: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.