Skip to main content

Widget Documentation: LMFeedLabelImageContainerView

Widget: LMFeedLabelImageContainerView

The LMFeedLabelImageContainerView is a customizable container view that includes an image and a label, supporting configurable styles and content.

MethodDescription
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 the code on GitHub

View Style: LMFeedLabelImageContainerViewStyle

The LMFeedLabelImageContainerViewStyle defines the appearance and layout properties for the LMFeedLabelImageContainerView, including configurations for the image and label.

FieldDescriptionType
containerImageStyleConfigures the style for the container's image.LMFeedImageStyle
containerLabelStyleConfigures the text style for the container's label.LMFeedTextStyle
backgroundColorSpecifies the background color of the container view.Int

View the code on GitHub