Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

Interface layout update

A decision block that updates the layout of a custom interface, or of an adapter item therein.

The fiber will pause until the layout has been updated, or the interface was dismissed.

The NO path is executed if the interface has been dismissed.

To update the layout for an item of an adapter UI element, specify both an Adapter UI element id and item position.

This block don’t accept an interface URI for the custom layouts in a notification, use the Notification show block instead.

Note! This is an experimental feature, expect breaking changes. Not for production use.

Input arguments

  • Interface URIURI of the interface to update.
  • Layout XML — layout XML document, see layout.
  • Adapter UI element id — identifier name of the adapter UI element to update, required if item position is specified, default is to update the interface layout not an item layout.
  • Item position — position of the adapter item to update, required if adapter UI element id is specified, default is to update the interface layout not an item layout.
Note! This documentation is also accessible within the app from Help & feedback menu.