Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.idea/ | 03-May-2024 | - | 624 | 620 | ||
bridge/ | 03-May-2024 | - | 57,406 | 36,783 | ||
common/ | 03-May-2024 | - | 183 | 60 | ||
create/ | 03-May-2024 | - | 9,694 | 5,718 | ||
remote/ | 03-May-2024 | - | 4,472 | 2,801 | ||
rename_font/ | 03-May-2024 | - | 506 | 350 | ||
studio-custom-widgets/ | 03-May-2024 | - | 342 | 212 | ||
validator/ | 03-May-2024 | - | 1,138 | 810 | ||
.gitignore | D | 03-May-2024 | 74 | 7 | 6 | |
Android.bp | D | 03-May-2024 | 1.3 KiB | 38 | 35 | |
README | D | 03-May-2024 | 373 | 9 | 5 |
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