Edit in GitHubLog an issue

ImageOnlyUIStyle

Class representing the style for an image-only Adobe Experience Platform UI.

Image Only Card Composeable Layout

Public Properties

PropertyTypeDescription
cardStyle
The style for the card.
imageStyle
The style for the image.
dismissButtonStyle
The style for the dismiss button.
dismissButtonAlignment
The alignment for the dismiss button.

Customization

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

Copied to your clipboard
val imageOnlyStyle = ImageOnlyUIStyle.Builder()
.cardStyle(AepCardStyle(modifier = Modifier.width(320.dp)))
.imageStyle(AepImageStyle(contentScale = ContentScale.Fit))
.build()
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.