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 Name | Description | Type |
---|---|---|
headerViewStyle | Style for the header of the poll results screen. | LMFeedHeaderViewStyle |
pollResultsTabElevation | Elevation style for the poll results tabs. | Int |
noResultsLayoutViewStyle | Style for the "no results" layout. | LMFeedNoEntityLayoutViewStyle |
selectedPollResultsTabColor | Color for the selected poll results tab. | Int |
unselectedPollResultsTabColor | Color for unselected poll results tabs. | Int |
pollResultsTabTextViewStyle | Style for the text view in poll results tabs. | LMFeedTextStyle |
userViewStyle | Defines the style for user views in the poll results. | LMFeedUserViewStyle |
backgroundColor | Background 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.