Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 12-Dec-2023 | - | ||||
.idea/ | H | 12-Dec-2023 | - | 607 | 603 | |
bridge/ | H | 12-Dec-2023 | - | 58,545 | 37,573 | |
common/ | H | 12-Dec-2023 | - | 187 | 63 | |
create/ | H | 12-Dec-2023 | - | 9,720 | 5,742 | |
remote/ | H | 12-Dec-2023 | - | 4,494 | 2,813 | |
rename_font/ | H | 12-Dec-2023 | - | 506 | 350 | |
validator/ | H | 12-Dec-2023 | - | 1,261 | 906 | |
.gitignore | H A D | 12-Dec-2023 | 74 | 7 | 6 | |
Android.bp | H A D | 12-Dec-2023 | 2.4 KiB | 66 | 61 | |
METADATA | H A D | 12-Dec-2023 | 542 | 12 | 11 | |
README | H A D | 12-Dec-2023 | 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