Edit in GitHubLog an issue

LargeImageUIStyle

Class representing the style for a large image Adobe Experience Platform UI.

Large Image Card Composeable Layout

Public Properties

PropertyTypeDescription
cardStyle
The style for the card.
rootColumnStyle
The style for the root column.
imageStyle
The style for the image.
textColumnStyle
The style for the column containing the title, body and buttons.
titleTextStyle
The text style for the title.
bodyTextStyle
The text style for the body.
buttonRowStyle
The style for the row containing the buttons.
buttonStyle
The style for the buttons.
dismissButtonStyle
The style for the dismiss button.
dismissButtonAlignment
The alignment for the dismiss button.

Customization

The LargeImageUIStyle is created using a builder. Here's an example:

Copied to your clipboard
val largeImageStyle = LargeImageUIStyle.Builder()
.cardStyle(AepCardStyle(modifier = Modifier.width(420.dp)))
.imageStyle(AepImageStyle(contentScale = ContentScale.Fit))
.titleAepTextStyle(AepTextStyle())
.bodyAepTextStyle(AepTextStyle())
.buttonRowStyle(AepRowStyle())
.build()
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.