Skip to main content

Screen: LMFeedReportFragment

The LMFeedReportFragment provides an interface for reporting inappropriate content within the LikeMinds feed system. Users can select or input a reason for reporting and submit it for review.

GitHub Link to LMFeedReportFragment


View Style: LMFeedReportFragmentViewStyle

The LMFeedReportFragmentViewStyle defines the visual style and structure of the fragment. Below are the available customization fields:

Field NameDescriptionType
headerViewStyleStyle for the header of the report screen.LMFeedHeaderViewStyle
reportHeaderStyleStyle for the main header text in the report fragment.LMFeedTextStyle
reportSubHeaderStyleStyle for the sub-header text.LMFeedTextStyle
reportReasonInputStyleStyle for the reason input field.LMFeedEditTextStyle
reportButtonStyleStyle for the submit report button.LMFeedButtonStyle
reportTagStyleStyle for report tags (quick reasons).LMFeedTextStyle
selectedReportTagColorColor for selected report tags.Int
reportSuccessDialogFragmentStyleStyle for the success dialog shown after reporting.LMFeedAlertDialogViewStyle
backgroundColorBackground color for the report fragment.Int

GitHub Link to LMFeedReportFragmentViewStyle


Customization Available in LMFeedReportFragment

Header and Text Customizations

  • customizeReportFragmentHeaderView(headerViewReport: LMFeedHeaderView)
    Customizes the header view of the report fragment.
  • customizeReportHeaderText(tvReportHeader: LMFeedTextView)
    Customizes the main header text in the report screen.
  • customizeReportSubHeaderText(tvReportSubHeader: LMFeedTextView)
    Customizes the sub-header text in the report screen.

Input and Button Customizations

  • customizeReportReasonInput(etReason: LMFeedEditText)
    Customizes the input field for entering a report reason.
  • customizeReportButton(btnPostReport: LMFeedButton)
    Customizes the appearance of the submit report button.

Interactions Available in LMFeedReportFragment

No interaction methods were found for this fragment.