Widget Documentation: LMFeedLabelIconContainerView
Widget: LMFeedLabelIconContainerView
The LMFeedLabelIconContainerView
is a customizable container view that includes an icon and a label, supporting configurable styles and content.
Method | Description |
---|---|
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 Style: LMFeedLabelIconContainerViewStyle
The LMFeedLabelIconContainerViewStyle
defines the appearance and layout properties for the LMFeedLabelIconContainerView
, including configurations for the icon and label.
Field | Description | Type |
---|---|---|
containerIconStyle | Configures the style for the container's icon. | LMFeedIconStyle |
containerLabelStyle | Configures the text style for the container's label. | LMFeedTextStyle |
backgroundColor | Specifies the background color of the container view. | Int |