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

..12-Dec-2023-

.idea/H12-Dec-2023-607603

bridge/H12-Dec-2023-58,54537,573

common/H12-Dec-2023-18763

create/H12-Dec-2023-9,7205,742

remote/H12-Dec-2023-4,4942,813

rename_font/H12-Dec-2023-506350

validator/H12-Dec-2023-1,261906

.gitignoreH A D12-Dec-202374 76

Android.bpH A D12-Dec-20232.4 KiB6661

METADATAH A D12-Dec-2023542 1211

READMEH A D12-Dec-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