Read and unread indicators
This reference article cover how to optionally toggle on unread and read indicators on Content Cards.
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>