Articles

You can customize all the aspects like name, views, etc. in the Articles tab of the chat window.

Description:

KeyDescription
siq_articles_title_textcolorColor of the name of the article(Change in textColorPrimary will also change this attribute color)
siq_articles_subtitle_textcolorColor of the views count text (Change in textColorSecondary will also change this attribute color)
siq_articles_likecount_textcolorColor of the likes count text (Change in textColorSecondary will also change this attribute color)
siq_articles_partitioncolorColor of the articles partition
siq_knowledge_base_articles_empty_stateImage of the knowledge base's search empty state
siq_knowledge_base_articles_search_empty_stateImage of the knowledge base's empty state

Sample Code:

Copied<item name="siq_articles_title_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_articles_subtitle_textcolor">?android:attr/textColorSecondary</item>     
<item name="siq_articles_likecount_textcolor">?android:attr/textColorSecondary</item>
<item name="siq_articles_partitioncolor">@color/siq_article_separator_darkactionbar</item>
<item name="siq_knowledge_base_articles_search_empty_state">@drawable/empty_knowledge_base_state</item>
<item name="siq_knowledge_base_articles_empty_state">@drawable/empty_search_knowledge_base_state</item>