• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.idea/15-Dec-2024-708706

bridge/14-Jan-2024-44,13929,436

common/14-Jan-2024-675419

create/15-Dec-2024-11,1846,758

validator/14-Jan-2024-1,7441,179

.gitignoreD14-Jan-202492 87

Android.bpD15-Dec-20241.7 KiB5853

METADATAD14-Jan-2024577 1211

READMED14-Jan-2024373 95

split_universal_binary.shD15-Dec-20241,018 3923

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