Edit in GitHubLog an issue

SmallImageUIStyle

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

Small Image Card Composeable Layout

Public Properties

PropertyTypeDescription
cardStyle
The style for the card.
rootRowStyle
The style for the root row.
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 SmallImageUIStyle is created using a builder. Here's an example:

Copied to your clipboard
val smallImageCardStyleRow = SmallImageUIStyle.Builder()
.cardStyle(AepCardStyle(modifier = Modifier.width(400.dp).height(200.dp)))
.rootRowStyle(
AepRowStyle(
modifier = Modifier.fillMaxSize()
)
)
.titleAepTextStyle(AepTextStyle(textStyle = TextStyle(Color.Green)))
.build()
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.