Skip to content

Commit 54bc519

Browse files
committed
ADFA-3597: Add the Layout Editor plugin
A visual drag-and-drop editor for Android XML layouts. Contributes a preview-slot toolbar action (enabled only when a layout XML file is open and the last sync succeeded), a full-screen editor with palette, component tree, typed attribute dialogs, and a resource manager, and long-press documentation on every control. Includes README.md and layout-editor-documentation.html.
1 parent 22c381c commit 54bc519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See the official [plugin documentation](https://www.appdevforall.org/codeonthego
2121
| [`rainbow-on-the-go/`](rainbow-on-the-go/) | Colors matching parentheses, brackets, and braces by nesting depth, with light/dark palettes. |
2222
| [`compose-preview/`](compose-preview/) | Renders Jetpack Compose `@Preview` functions on-device — no full app build or run. |
2323
| [`ai-literacy-course/`](ai-literacy-course/) | Bundles Learn AI Anywhere's offline "Introduction to AI" course (26 videos + interactive activities) and plays it full-screen, fully offline. |
24-
| [`layout-editor/`](layout-editor/) | Visual drag-and-drop editor for Android XML layouts, extracted from the host into a plugin. |
24+
| [`layout-editor/`](layout-editor/) | Visual drag-and-drop editor for Android XML layouts. |
2525

2626
## Building a plugin
2727

0 commit comments

Comments
 (0)