Skip to main content

Appearance

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

// For example
BugseePlugin.Bugsee.Appearance.Report.BackgroundColor = BugseeColor.Red;
BugseePlugin.Bugsee.Appearance.Feedback.BackgroundColor = BugseeColor.Blue;

// ...
// Other colors you can find in Bugsee.Appearance.Report and Bugsee.Appearance.Feedback

iOS appearance options

Report appearance options

PropertyDescription
BackgroundColorBackground color of Report Controller
BarsColorNavigation bar and bottom bar colors
CellBackgroundColorUITableView cells background color
CloseButtonColorClose UIButton cross color
NavigationBarColorUINavigation bar background color
PlaceholderColorUIInputFields placeholder color
SendButtonColorSend UIButton text color
TextColorUILabels text color
VersionColorUILabel with version number text color

Feedback appearance options

PropertyDescription
BackgroundColorBackground color of feedback controller
CloseButtonColorClose UIButton cross color
EmailBackgroundColorAsk for email popup background color
EmailContinueActiveColorAsk for email continue button background color
EmailContinueNotActiveColorAsk for email continue not active button background color
EmailSkipColorAsk for email popup skip button text color
IncomingBubbleColorIncoming message bubble background color
IncomingTextColorIncoming message text color
InputTextColorInput message text color
NavigationBarColorUINavigationBar color
OutgoingBubbleColorOutgoing message bubble background color
OutgoingTextColorOutgoing message text color
TitleTextColorUINavigationBar title color

Android appearance options

Report appearance options

PropertyDescription
ActionBarButtonBackgroundClickedColorAction bar buttons background color in clicked state in Report UI
ActionBarColorAction bar background color in Report UI
ActionBarTextColorAction bar buttons text color in Report UI
BackgroundColorReport UI background color
EditTextBackgroundColorEditTexts background color in Report UI
HintColorEditTexts hint text color in Report UI
SeverityLabelActiveColorIssue severity label text color in active state in Report UI
TextColorTextViews and EditTexts text color in Report UI
VersionColorBugsee version number view text color in Report UI

Feedback appearance options

PropertyDescription
ActionBarButtonBackgroundClickedColorAction bar buttons background color in clicked state in Feedback UI
ActionBarColorAction bar background color in Feedback UI
BackgroundColorFeedback UI background color
BottomDelimiterColorColor of delimiter between message list and EditText for new message inputting in Feedback UI
DateTextColorMessage date text color in Feedback UI
EmailBackgroundColorAsk for email dialog background color in Feedback UI
EmailContinueActiveColorAsk for email dialog "Continue" button background color in enabled state in Feedback UI
EmailContinueClickedColorAsk for email dialog "Continue" button background color in clicked state in Feedback UI
EmailContinueNotActiveColorAsk for email dialog "Continue" button background color in disabled state in Feedback UI
EmailSkipBackgroundClickedColorAsk for email dialog "Skip" button background color in clicked state in Feedback UI
EmailSkipTextColorAsk for email dialog "Skip" button text color in Feedback UI
ErrorTextColorError description text color in Feedback UI
IncomingBubbleColorIncoming message bubble background color in Feedback UI
IncomingTextColorIncoming message text color in Feedback UI
InputTextColorInput message text color in Feedback UI
InputTextHintColorInput message hint text color in Feedback UI
LoadingBarBackgroundColorBackground color of a bar in Feedback UI, which indicates loading state and shows error information if any
LoadingTextColorText color in a bar, which indicates loading state in Feedback UI
OutgoingBubbleColorOutgoing message bubble background color in Feedback UI
OutgoingTextColorOutgoing message text color in Feedback UI
TitleTextColorAction bar title text color in Feedback UI
VersionChangedBackgroundColorBackground color of a bar in Feedback UI, which indicates that app version has changed
VersionChangedTextColorText color in a bar in Feedback UI, which indicates that app version has changed