value class ListStyle


The List Styles supported by the list template elements. Use as relative measure to developers on the level of data details and format deemed appropriate for each platform.

For example, the Full style can refer to all data fields while the Brief style can refer to a compact form with only the list item title but no list header for Glance AppWidget. And for Glance Tile, the Full style might only make use of the header icon for the whole header while the Brief style shows no header.

Summary

Public companion properties

ListStyle

Show list data in minimal details relative to the platform.

ListStyle

Show list data in full details relative to the platform.

Public companion properties

Brief

Added in 1.0.0-alpha06
val BriefListStyle

Show list data in minimal details relative to the platform.

Full

Added in 1.0.0-alpha06
val FullListStyle

Show list data in full details relative to the platform.