Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.idea/ | H | 25-Apr-2025 | - | 734 | 732 | |
bridge/ | H | 25-Apr-2025 | - | 45,090 | 30,387 | |
common/ | H | 25-Apr-2025 | - | 650 | 396 | |
create/ | H | 25-Apr-2025 | - | 11,201 | 6,790 | |
jni/ | H | 25-Apr-2025 | - | 349 | 235 | |
validator/ | H | 25-Apr-2025 | - | 1,724 | 1,161 | |
.clang-format | H A D | 25-Apr-2025 | 461 | 26 | 24 | |
.gitignore | H A D | 25-Apr-2025 | 92 | 8 | 7 | |
Android.bp | H A D | 25-Apr-2025 | 2.9 KiB | 107 | 101 | |
METADATA | H A D | 25-Apr-2025 | 577 | 12 | 11 | |
README | H A D | 25-Apr-2025 | 373 | 9 | 5 | |
split_universal_binary.sh | H A D | 25-Apr-2025 | 1,008 | 39 | 23 |
README
1Layoutlib is a custom version of the android View framework designed to run inside Android Studio. 2The goal of the library is to provide a preview of a layout in Android Studio that is very close 3to its rendering on devices. 4 5None of the com.android.* or android.* classes in layoutlib run on devices. 6 7For more details on layoutlib building process see create/README.txt 8 9