Skip to main content
161

Search Lumen

Find components, APIs, guides, and recipes.

GitHub
Android docs
LayoutAndroid

Wearable list row

Compose a compact wearable row with flexible content slots.

Public APILumenWearListRowAndroid / Compose

Native example

Use Wearable list row

Use inside native wearable scrolling containers. Keep list state, selection, navigation, and rotary input in the application.

Wearable list row rendered in the Wear OS emulator Lumen playground
Verified runtime captureWear OS emulator
kotlin
@Composable
fun TimerHistoryRow() {
    LumenWearListRow { TimerHistoryLabel() }
}

Reference

Public API

The primary shared and platform-specific options exposed by LumenWearListRow.

APIValues or typeDefaultDescription
leadingOptional native view slotnil / EmptyViewProvides compact identity.
contentNative view slotRequiredProvides primary row content.
trailingOptional native view slotnil / EmptyViewProvides short status or actions.

Native behavior

Design and accessibility

When to use it

Use inside native wearable scrolling containers. Keep list state, selection, navigation, and rotary input in the application.

Accessibility

Preserves child actions and content in native traversal order without collapsing distinct controls.

Shared component

Available on other platforms

Apple / SwiftUI
Android docsCompose module