Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.idea/ | 03-May-2024 | - | 708 | 706 | ||
bridge/ | 03-May-2024 | - | 42,952 | 28,569 | ||
common/ | 03-May-2024 | - | 671 | 415 | ||
create/ | 03-May-2024 | - | 11,097 | 6,714 | ||
validator/ | 03-May-2024 | - | 1,698 | 1,138 | ||
.gitignore | D | 03-May-2024 | 92 | 8 | 7 | |
Android.bp | D | 03-May-2024 | 1.7 KiB | 58 | 53 | |
METADATA | D | 03-May-2024 | 577 | 12 | 11 | |
README | D | 03-May-2024 | 373 | 9 | 5 | |
split_universal_binary.sh | D | 03-May-2024 | 969 | 38 | 22 |
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