android13/frameworks/layoutlib
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.idea initial 2024-06-22 20:45:49 +08:00
bridge initial 2024-06-22 20:45:49 +08:00
common initial 2024-06-22 20:45:49 +08:00
create initial 2024-06-22 20:45:49 +08:00
delegates initial 2024-06-22 20:45:49 +08:00
remote initial 2024-06-22 20:45:49 +08:00
validator initial 2024-06-22 20:45:49 +08:00
.gitignore initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
split_universal_binary.sh initial 2024-06-22 20:45:49 +08:00

README

Layoutlib is a custom version of the android View framework designed to run inside Android Studio.
The goal of the library is to provide a preview of a layout in Android Studio that is very close
to its rendering on devices.

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

For more details on layoutlib building process see create/README.txt