• Home
Name Date Size #Lines LOC

..--

.settings/03-May-2024-7271

src/com/android/ide/common/api/03-May-2024-3,375844

.classpathD03-May-2024298 87

.gitignoreD03-May-20244 21

.projectD03-May-2024367 1817

Android.mkD03-May-2024867 299

NOTICED03-May-202410.4 KiB191158

README.txtD03-May-2024501 118

README.txt

1The Rule API is a library intended for view authors to add designtime
2support for their custom views in Android layout editors.
3
4NOTE: The API is *not* final and will very likely continue to change
5incompatibly until we finish it and incorporate feedback.
6
7The rule API attempts to be IDE agnostic, so it should not have
8specific dependencies on any tools. IDE vendors building layout
9editors should provide IDE-side implementations of the rule interfaces
10such that they can interact with view rules.
11