Widget Documentation: LMFeedLabelImageContainerView
Widget: LMFeedLabelImageContainerView
The LMFeedLabelImageContainerView
is a customizable container view that includes an image and a label, supporting configurable styles and content.
Method | Description |
---|---|
setStyle(labelImageContainerViewStyle: LMFeedLabelImageContainerViewStyle) | Applies the given style to the label and image container view. |
setContainerImage(imageSrc: Any) | Sets the image for the container. |
setContainerLabel(labelText: String) | Sets the label text for the container. |
setContainerClickListener(listener: LMFeedOnClickListener) | Registers a click listener for the container. |
View Style: LMFeedLabelImageContainerViewStyle
The LMFeedLabelImageContainerViewStyle
defines the appearance and layout properties for the LMFeedLabelImageContainerView
, including configurations for the image and label.
Field | Description | Type |
---|---|---|
containerImageStyle | Configures the style for the container's image. | LMFeedImageStyle |
containerLabelStyle | Configures the text style for the container's label. | LMFeedTextStyle |
backgroundColor | Specifies the background color of the container view. | Int |