Links

You can customize all the aspects like the color of the links and the background color of the link text to match the look and feel of your application.

Description:

KeyDescription
siq_chat_card_links_textcolor

Color of the links

siq_chat_card_links_backgroundcolor

Background color of the link text

siq_chat_card_mulitpleselection_selected_background_color

Background color of the selection chip when it is selected

siq_chat_card_mulitpleselection_unselected_background_color

Background color of the selection chip when it is not selected

siq_chat_card_mulitpleselection_selected_textcolor

Color of the text inside the chip view when it is selected

siq_chat_card_mulitpleselection_unselected_textcolor

Color of the text inside the chip view when it is not selected

siq_chat_card_button_backgroundcolor

Background color of the bottom layout

siq_chat_card_button_textcolor

Background color of the text inside the bottom layout

siq_chat_card_skiplayout_strokecolor

Stroke color of the skip layout

siq_chat_card_skiplayout_backgroundcolor

Background color of the skip layout

siq_chat_card_skiplayout_backgroundcolor

Color of the text inside the skip layout

Sample Code:

Copied<item name="siq_chat_card_links_textcolor">?attr/colorAccent</item>
<item name="siq_chat_card_links_backgroundcolor">?attr/siq_recyclerview_backgroundcolor</item>
<item name="siq_chat_card_multipleselection_selected_backgroundcolor">?attr/colorAccent</item>
<item name="siq_chat_card_multipleselection_unselected_backgroundcolor">?attr/siq_backgroundcolor</item>
<item name="siq_chat_card_multipleselection_selected_textcolor">@color/white</item>
<item name="siq_chat_card_multipleselection_unselected_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_chat_card_skiplayout_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_chat_card_skiplayout_backgroundcolor">?attr/siq_backgroundcolor</item>
<item name="siq_chat_card_skiplayout_strokecolor">?attr/siq_divider_color</item>
<item name="siq_chat_card_button_textcolor">?attr/colorAccent</item>
<item name="siq_chat_card_button_backgroundcolor">@color/white</item>