Skip to main content

Appearance (Beta)

You can customize colors of the Report and Feedback UI through the Bugsee.appearance property.

Color values are ARGB Int values in Kotlin:

Bugsee.appearance.reportBackgroundColor = 0xFF6496B4.toInt()
Bugsee.appearance.feedbackOutgoingBubbleColor = 0xFF4CAF50.toInt()
Bugsee.appearance.reportSummaryPlaceholder = "Describe the issue..."

Common properties

These properties are available on both platforms.

Placeholders

PropertyDescription
reportSummaryPlaceholderPlaceholder text for the summary input field
reportDescriptionPlaceholderPlaceholder text for the description input field
reportLabelsPlaceholderPlaceholder text for the labels input field
reportEmailPlaceholderPlaceholder text for the email input field

Report colors

PropertyDescription
reportVersionColorVersion number text color
reportTextColorGeneral text color in Report UI
reportBackgroundColorBackground color of Report UI

Feedback colors

PropertyDescription
feedbackBackgroundColorBackground color of Feedback UI
feedbackIncomingBubbleColorIncoming message bubble background color
feedbackOutgoingBubbleColorOutgoing message bubble background color
feedbackIncomingTextColorIncoming message text color
feedbackOutgoingTextColorOutgoing message text color
feedbackTitleTextColorTitle bar text color
feedbackEmailBackgroundColorEmail prompt popup background color
feedbackEmailContinueNotActiveColorEmail continue button color (disabled state)
feedbackEmailContinueActiveColorEmail continue button color (enabled state)
feedbackInputTextColorInput message text color

Android-only properties

Report

PropertyDescription
reportActionBarColorAction bar background color
reportEditTextBackgroundColorEditText background color
reportHintColorEditText hint text color
reportActionBarTextColorAction bar button text color
reportActionBarButtonBackgroundClickedColorAction bar button background in clicked state
reportSeverityLabelActiveColorSeverity label text color in active state

Feedback

PropertyDescription
feedbackActionBarColorAction bar background color
feedbackActionBarButtonBackgroundClickedColorAction bar button background in clicked state
feedbackDateTextColorMessage date text color
feedbackEmailSkipTextColorEmail skip button text color
feedbackEmailSkipBackgroundClickedColorEmail skip button background in clicked state
feedbackEmailContinueClickedColorEmail continue button background in clicked state
feedbackInputTextHintColorInput message hint text color
feedbackBottomDelimiterColorDelimiter between message list and input field
feedbackLoadingBarBackgroundColorLoading bar background color
feedbackLoadingTextColorLoading bar text color
feedbackErrorTextColorError description text color
feedbackVersionChangedBackgroundColorVersion changed bar background color
feedbackVersionChangedTextColorVersion changed bar text color

Notification

PropertyDescription
notificationTitleResIdNotification title resource ID
notificationTitleNotification title string

iOS-only properties

Report

PropertyDescription
reportCellBackgroundColorTable cell background color
reportSendButtonColorSend button text color
reportCloseButtonColorClose button color
reportPlaceholderColorInput field placeholder color
reportNavigationBarColorNavigation bar background color

Feedback

PropertyDescription
feedbackBarsColorNavigation and bottom bar colors
feedbackInputBackgroundColorInput field background color
feedbackCloseButtonColorClose button color
feedbackNavigationBarColorNavigation bar color

Theme colors (read-only)

PropertyDescription
mainBugseeColorPrimary Bugsee theme color
lowBugColorColor for low-priority bugs
mediumBugColorColor for medium-priority bugs
dotSelectorColorDot selector color