Skip to main content

Appearance

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

// For example
Bugsee.getAppearance().FeedbackInputTextHintColor = Color.MAGENTA;
Bugsee.getAppearance().FeedbackInputTextColor = 0xff9999ff;
PropertyDescription
ReportActionBarColorAction bar background color in Report UI
ReportEditTextBackgroundColorEditTexts background color in Report UI
ReportVersionColorBugsee version number view text color in Report UI
ReportTextColorTextViews and EditTexts text color in Report UI
ReportHintColorEditTexts hint text color in Report UI
ReportActionBarTextColorAction bar buttons text color in Report UI
ReportActionBarButtonBackgroundClickedColorAction bar buttons background color in clicked state in Report UI
ReportBackgroundColorReport UI background color
ReportSeverityLabelActiveColorIssue severity label text color in active state in Report UI
FeedbackActionBarColorAction bar background color in Feedback UI
FeedbackActionBarButtonBackgroundClickedColorAction bar buttons background color in clicked state in Feedback UI
FeedbackBackgroundColorFeedback UI background color
FeedbackIncomingBubbleColorIncoming message bubble background color in Feedback UI
FeedbackOutgoingBubbleColorOutgoing message bubble background color in Feedback UI
FeedbackIncomingTextColorIncoming message text color in Feedback UI
FeedbackOutgoingTextColorOutgoing message text color in Feedback UI
FeedbackDateTextColorMessage date text color in Feedback UI
FeedbackTitleTextColorAction bar title text color in Feedback UI
FeedbackEmailSkipTextColorAsk for email dialog "Skip" button text color in Feedback UI
FeedbackEmailSkipBackgroundClickedColorAsk for email dialog "Skip" button background color in clicked state in Feedback UI
FeedbackEmailBackgroundColorAsk for email dialog background color in Feedback UI
FeedbackEmailContinueNotActiveColorAsk for email dialog "Continue" button background color in disabled state in Feedback UI
FeedbackEmailContinueActiveColorAsk for email dialog "Continue" button background color in enabled state in Feedback UI
FeedbackEmailContinueClickedColorAsk for email dialog "Continue" button background color in clicked state in Feedback UI
FeedbackInputTextColorInput message text color in Feedback UI
FeedbackInputTextHintColorInput message hint text color in Feedback UI
FeedbackBottomDelimiterColorColor of delimiter between message list and EditText for new message inputting in Feedback UI
FeedbackLoadingBarBackgroundColorBackground color of a bar in Feedback UI, which indicates loading state and shows error information if any
FeedbackLoadingTextColorText color in a bar, which indicates loading state in Feedback UI
FeedbackErrorTextColorError description text color in Feedback UI
FeedbackVersionChangedBackgroundColorBackground color of a bar in Feedback UI, which indicates that app version has changed
FeedbackVersionChangedTextColorText color in a bar in Feedback UI, which indicates that app version has changed
NotificationTitleResIdString resource id of Bugsee notification title. NotificationTitle can be set instead.
NotificationTitleBugsee notification title. NotificationTitleResId can be set instead
------
ReportSummaryPlaceholderPlaceholder which is displayed in Summary field in built-in bug reporting UI
ReportDescriptionPlaceholderPlaceholder which is displayed in Description field in built-in bug reporting UI
ReportEmailPlaceholderPlaceholder which is displayed in Email field in built-in bug reporting UI
ReportLabelsPlaceholderPlaceholder which is displayed in Labels field in built-in bug reporting UI