Skip to main content

Screen: LMFeedPollResultsFragment

LMFeedPollResultsFragment displays the results of a poll within the LikeMinds feed system. It allows users to view detailed results, including poll options, votes, and participant information.
GitHub Link to LMFeedPollResultsFragment


View Style: LMFeedPollResultsFragmentViewStyle

LMFeedPollResultsFragmentViewStyle defines the visual style and structure of the LMFeedPollResultsFragment. The following fields are available for customization:

Field NameDescriptionType
headerViewStyleStyle for the header of the poll results screen.LMFeedHeaderViewStyle
pollResultsTabElevationElevation style for the poll results tabs.Int
noResultsLayoutViewStyleStyle for the "no results" layout.LMFeedNoEntityLayoutViewStyle
selectedPollResultsTabColorColor for the selected poll results tab.Int
unselectedPollResultsTabColorColor for unselected poll results tabs.Int
pollResultsTabTextViewStyleStyle for the text view in poll results tabs.LMFeedTextStyle
userViewStyleDefines the style for user views in the poll results.LMFeedUserViewStyle
backgroundColorBackground color for the poll results fragment.Int

GitHub Link to LMFeedPollResultsFragmentViewStyle


Customization available in LMFeedPollResultsFragment

Header Customizations

  • customizePollResultsHeaderView(headerViewPollResults: LMFeedHeaderView): Allows customization of the header view in the poll results fragment.

Tab Customizations

  • customizePollResultsTabTextView(tvPollOptionCount: LMFeedTextView, tvPollOptionText: LMFeedTextView): Customizes the text view style for poll results tabs.

Interactions available in LMFeedPollResultsFragment

No interaction methods were found in this fragment.