Skip to main content

Widget Documentation: LMFeedLabelIconContainerView

Widget: LMFeedLabelIconContainerView

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

MethodDescription
setStyle(labelIconContainerViewStyle: LMFeedLabelIconContainerViewStyle)Applies the given style to the label and icon container view.
setContainerIcon(@DrawableRes icon: Int)Sets the icon for the container.
setContainerLabel(labelText: String)Sets the label text for the container.

View the code on GitHub

View Style: LMFeedLabelIconContainerViewStyle

The LMFeedLabelIconContainerViewStyle defines the appearance and layout properties for the LMFeedLabelIconContainerView, including configurations for the icon and label.

FieldDescriptionType
containerIconStyleConfigures the style for the container's icon.LMFeedIconStyle
containerLabelStyleConfigures the text style for the container's label.LMFeedTextStyle
backgroundColorSpecifies the background color of the container view.Int

View the code on GitHub