Android 17.0.0 release 1
Snap for 14295020 from 21ab5f3fef0ee6945517a51da38efaeffb96539f to 26Q2-release

Change-Id: I7d7dacb085b0cbd5e6a09b4f3bf2e36b29c99a54
tree: 8f133e2198c70157b52df8a7605cc58328bece27
  1. definition/
  2. layout_interface/
  3. live_update/
  4. Android.bp
  5. CONTRIBUTING.md
  6. LICENSE
  7. METADATA
  8. MODULE_LICENSE_APACHE2
  9. OWNERS
  10. README.md
README.md

DesignCompose protobuf message repository

The messages in this directory are organized according to the following principles:

.
├── android_interface - Types specifically used for the interface from the rust library to the android library
├── definition - The structure for a DesignCompose Definition
   ├── element - "Base" types. Messages in element should not reference messages outside of element
   ├── interaction - Types related to interactions and reactions
   ├── layout - Layout and positioning
   ├── modifier - Transformations, blending, other modifiers that can be applied to a base view
   ├── plugin - Capabilities added by the DesignCompose plugin
   └── view - Collected styles and settings that are applied to nodes in the design definition
└── live_update - Types that are specific to the live update system and do not influence the design definition
    └── figma - These types are specific to the live update implementation for Figma