Skip to main content

Widget: LMFeedPostContentView

The Post Content View is customizable and modular UI component that visually represents a contenr of a post in the feed.

Post Content View Structure

The Post Content View contains two TextView which represents

  • Heading of the post
  • Content of the post

View Style: LMFeedPostContentViewStyle

FieldDescriptionType
textContentViewStyleStyle of post content text viewLMFeedTextStyle
searchHighlightedTextViewStyleStyle of searched highlighted post contentLMFeedTextStyle
headingContentViewStyleStyle of post heading text viewLMFeedTextStyle
searchHighlightedHeadingViewStyleStyle of searched highlighted post headingLMFeedTextStyle

Github File