PushwooshInboxStyle
Properties
Accent color of inbox cell. By default used AppCompat R.attr.colorAccent
The color of cell background. By default used Android android.R.attr.windowBackground
The bar accent color. By default used Android android.R.attr.textColorSecondary
The bar color. By default used Android android.R.attr.textColorSecondary
The bar text color. By default used Android android.R.attr.textColorPrimary
Inbox message date format. By default used {@link com.pushwoosh.inbox.ui.model.customizing.formatter.InboxDateFormatter#DEFAULT_DATE_FORMAT} format
The date text size.
The icon shown near the message if there's no icon in push payload. If not specified, the app icon is used
The text color of unread messages. By default used Android android.R.attr.textColorSecondary
The description text size.
The divider color. By default used Android android.R.attr.listDivider
Use this property for clearing list animation {@link #listAnimationResource}
The color of cell highlight. By default used AppCompat R.attr.colorControlHighlight
The color of the unread message action icon (Deep Link, URL, etc.). By default used {@link #accentColor}
Item appearing animation. Set {@link #EMPTY_ANIMATION} for clear animation
The image which is displayed if the list of inbox messages is empty
The text which is displayed if the list of inbox messages is empty
The image which is displayed if an error occurs and the list of inbox messages is empty
The error text which is displayed when an error occurs
The date color of read messages. By default used Android android.R.attr.textColorSecondary
The text color of read messages. By default used Android android.R.attr.textColorSecondary
The color of the read message action icon. By default used {@link #readDateColor}
The title color of read messages. By default used Android android.R.attr.textColorSecondary
The title color of unread messages. By default used Android android.R.attr.textColorPrimary
The title text size.