unplugged-system/frameworks/layoutlib
2025-10-06 13:59:42 +00:00
..
.idea Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
bridge Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
common Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
create Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
validator Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
.gitignore Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Android.bp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
METADATA Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
split_universal_binary.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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