Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.settings/ | 03-May-2024 | - | 94 | 93 | ||
src/com/android/ide/common/api/ | 03-May-2024 | - | 3,899 | 1,254 | ||
.classpath | D | 03-May-2024 | 449 | 9 | 8 | |
.gitignore | D | 03-May-2024 | 4 | 2 | 1 | |
.project | D | 03-May-2024 | 367 | 18 | 17 | |
Android.mk | D | 03-May-2024 | 882 | 30 | 10 | |
NOTICE | D | 03-May-2024 | 10.4 KiB | 191 | 158 | |
README.txt | D | 03-May-2024 | 501 | 11 | 8 |
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