Widget Documentation: LMFeedViewMoreView
Widget: LMFeedViewMoreView
The LMFeedViewMoreView
is a customizable component for displaying a "View More" option with visible count details, supporting configurable styles and click listeners.
Method | Description |
---|---|
setStyle(viewMoreStyle: LMFeedViewMoreViewStyle) | Applies the given style to the "View More" component. |
setViewMoreText(viewMoreText: String) | Sets the text for the "View More" label. |
setVisibleCount(visibleCountText: String) | Sets the text for the visible count label. |
setViewMoreClickListener(listener: LMFeedOnClickListener) | Registers a click listener for the "View More" label. |
View Style: LMFeedViewMoreViewStyle
The LMFeedViewMoreViewStyle
defines the appearance and layout properties for the LMFeedViewMoreView
, including configurations for text styles and background color.
Field | Description | Type |
---|---|---|
viewMoreTextStyle | Configures the text style for the "View More" label. | LMFeedTextStyle |
visibleCountTextStyle | Configures the text style for the visible count label. | LMFeedTextStyle |
backgroundColor | Specifies the background color of the "View More" component. | Int |