SmallImageUIStyle
data-variant=info
data-slots=text
SmallImageUIStyle is only available in AEP SDK BOM version 3.7.0+.
Class representing the style for a small image Adobe Experience Platform UI.
Public Properties
Property
Type
Description
Customization
The SmallImageUIStyle is created using a builder. Here's an example:
data-slots=heading, code
data-repeat=1
data-languages=Kotlin
Kotlin
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()