Compose Component

ShortNavigationBar

XR-specific Material Design short navigation bar.

ShortNavigationBar

Source set: Android
@ExperimentalMaterial3ExpressiveApi
@ExperimentalMaterial3XrApi
@Composable
public fun ShortNavigationBar(
    modifier: Modifier = Modifier,
    containerColor: Color = ShortNavigationBarDefaults.containerColor,
    contentColor: Color = ShortNavigationBarDefaults.contentColor,
    content: @Composable () -> Unit,
)

Parameters

modifier the Modifier to be applied to this navigation bar
containerColor the color used for the background of this navigation bar. Use Color.Transparent to have no color
contentColor the color for content inside this navigation bar.
content the content of this navigation bar, typically ShortNavigationBarItems

Last updated: