Skip to main content

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.

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

View Style: LMFeedViewMoreViewStyle

The LMFeedViewMoreViewStyle defines the appearance and layout properties for the LMFeedViewMoreView, including configurations for text styles and background color.

FieldDescriptionType
viewMoreTextStyleConfigures the text style for the "View More" label.LMFeedTextStyle
visibleCountTextStyleConfigures the text style for the visible count label.LMFeedTextStyle
backgroundColorSpecifies the background color of the "View More" component.Int

View the code on GitHub