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

..--

.idea/22-Nov-2023-607603

bridge/22-Nov-2023-58,54537,573

common/22-Nov-2023-18763

create/22-Nov-2023-9,7205,742

remote/22-Nov-2023-4,4942,813

rename_font/22-Nov-2023-506350

validator/22-Nov-2023-1,261906

.gitD01-Jan-19700

.gitignoreD22-Nov-202374 76

Android.bpD22-Nov-20232.4 KiB6661

METADATAD22-Nov-2023542 1211

READMED22-Nov-2023373 95

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