CallAppBarStyle

constructor(@ColorInt backgroundColour: Int, @ColorInt backgroundColourLandscape: Int, @Px appBarPadding: Int, leadingContentIcon: Drawable, @ColorInt leadingContentIconTint: Int, @ColorInt leadingContentIconTintLandscape: Int, @Px leadingContentMarginStart: Int, @Px leadingContentMarginEnd: Int, centerContentTextStyle: TextStyle, centerContentTextStyleLandscape: TextStyle, @Px centerContentMarginStart: Int, @Px centerContentMarginEnd: Int, trailingContentIcon: Drawable, @ColorInt trailingContentIconTint: Int, @ColorInt trailingContentIconTintLandscape: Int, @Px trailingContentMarginStart: Int, @Px trailingContentMarginEnd: Int)

Parameters

backgroundColour

The background color of the app bar.

appBarPadding

The padding around the app bar content.

leadingContentIcon

The icon shown in the DefaultCallAppBarLeadingContent.

leadingContentIconTint

The icon color in the DefaultCallAppBarLeadingContent in portrait mode.

leadingContentIconTintLandscape

The icon color in the DefaultCallAppBarLeadingContent in landscape mode.

leadingContentMarginStart

The margin between leading content and the start of the toolbar.

leadingContentMarginEnd

The margin between leading and center content.

centerContentTextStyle

The text style of the DefaultCallAppBarCenterContent in portrait mode.

centerContentTextStyleLandscape

The text style of the DefaultCallAppBarCenterContent in landscape mode.

centerContentMarginStart

The margin between center and leading content.

centerContentMarginEnd

The margin between center and trailing content.

trailingContentIcon

The icon shown in the DefaultCallAppBarTrailingContent.

trailingContentIconTint

The icon color in the DefaultCallAppBarTrailingContent in portrait mode.

trailingContentIconTintLandscape

The text style of the DefaultCallAppBarTrailingContent in landscape mode.

trailingContentMarginStart

The margin between trailing and center content.

trailingContentMarginEnd

The margin between leading trailing content and the end of the toolbar.