Skip to main content

Appearance

You can always change colors of the Report and Feedback UI.

// For example
var bgColor = Color.fromARGB(255, 100, 150, 180);

await Bugsee.appearance.iOS.setReportBackgroundColor(bgColor);
await Bugsee.appearance.android.setReportBackgroundColor(bgColor);

// ...
// Other colors you can find in Bugsee.appearance.iOS and Bugsee.appearance.android

iOS appearance options

Report appearance options

PropertyDescription
setReportBackgroundColorBackground color of Report Controller
setFeedbackBarsColorNavigation bar and bottom bar colors
setReportCellBackgroundColorUITableView cells background color
setReportCloseButtonColorClose UIButton cross color
setReportNavigationBarColorUINavigation bar background color
setReportPlaceholderColorUIInputFields placeholder color
setReportSendButtonColorSend UIButton text color
setReportTextColorUILabels text color
setReportVersionColorUILabel with version number text color

Feedback appearance options

PropertyDescription
setFeedbackBackgroundColorBackground color of feedback controller
setFeedbackCloseButtonColorClose UIButton cross color
setFeedbackEmailBackgroundColorAsk for email popup background color
setFeedbackEmailContinueActiveColorAsk for email continue button background color
setFeedbackEmailContinueNotActiveColorAsk for email continue not active button background color
setFeedbackEmailSkipColorAsk for email popup skip button text color
setFeedbackIncomingBubbleColorIncoming message bubble background color
setFeedbackIncomingTextColorIncoming message text color
setFeedbackInputTextColorInput message text color
setFeedbackNavigationBarColorUINavigationBar color
setFeedbackOutgoingBubbleColorOutgoing message bubble background color
setFeedbackOutgoingTextColorOutgoing message text color
setFeedbackTitleTextColorUINavigationBar title color

Android appearance options

Report appearance options

PropertyDescription
setReportActionBarButtonBackgroundClickedColorAction bar buttons background color in clicked state in Report UI
setReportActionBarColorAction bar background color in Report UI
setReportActionBarTextColorAction bar buttons text color in Report UI
setReportCellBackgroundColorReport UI background color
setReportEditTextBackgroundColorEditTexts background color in Report UI
setReportHintColorEditTexts hint text color in Report UI
setReportSeverityLabelActiveColorIssue severity label text color in active state in Report UI
setReportTextColorTextViews and EditTexts text color in Report UI
setReportVersionColorBugsee version number view text color in Report UI

Feedback appearance options

PropertyDescription
setFeedbackActionBarButtonBackgroundClickedColorAction bar buttons background color in clicked state in Feedback UI
setFeedbackActionBarColorAction bar background color in Feedback UI
setFeedbackBackgroundColorFeedback UI background color
setFeedbackBottomDelimiterColorColor of delimiter between message list and EditText for new message inputting in Feedback UI
setFeedbackDateTextColorMessage date text color in Feedback UI
setFeedbackEmailBackgroundColorAsk for email dialog background color in Feedback UI
setFeedbackEmailContinueActiveColorAsk for email dialog "Continue" button background color in enabled state in Feedback UI
setFeedbackEmailContinueClickedColorAsk for email dialog "Continue" button background color in clicked state in Feedback UI
setFeedbackEmailContinueNotActiveColorAsk for email dialog "Continue" button background color in disabled state in Feedback UI
setFeedbackEmailSkipBackgroundClickedColorAsk for email dialog "Skip" button background color in clicked state in Feedback UI
setFeedbackEmailSkipTextColorAsk for email dialog "Skip" button text color in Feedback UI
setFeedbackErrorTextColorError description text color in Feedback UI
setFeedbackIncomingBubbleColorIncoming message bubble background color in Feedback UI
setFeedbackIncomingTextColorIncoming message text color in Feedback UI
setFeedbackInputTextColorInput message text color in Feedback UI
setFeedbackInputTextHintColorInput message hint text color in Feedback UI
setFeedbackLoadingBarBackgroundColorBackground color of a bar in Feedback UI, which indicates loading state and shows error information if any
setFeedbackLoadingTextColorText color in a bar, which indicates loading state in Feedback UI
setFeedbackOutgoingBubbleColorOutgoing message bubble background color in Feedback UI
setFeedbackOutgoingTextColorOutgoing message text color in Feedback UI
setFeedbackTitleTextColorAction bar title text color in Feedback UI
setFeedbackVersionChangedBackgroundColorBackground color of a bar in Feedback UI, which indicates that app version has changed
setFeedbackVersionChangedTextColorText color in a bar in Feedback UI, which indicates that app version has changed