Skip to content

Read and unread indicators

This reference article cover how to optionally toggle on unread and read indicators on Content Cards.

Two Content Cards displayed side by side. The first card has a blue line at the bottom, indicating it has not been seen. The second card does not have a blue line, indicating it has already been seen.

Customizing the indicators

The color of these indicators can be customized by altering the values in com_braze_content_cards_unread_bar_color in your colors.xml file:

1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<resources>
  <!-- The color used to highlight unread Content Cards at their bottom edge -->
  <color name="com_braze_content_cards_unread_bar_color">#1676d0</color>
</resources>
WAS THIS PAGE HELPFUL?
New Stuff!