Articles
You can customize all the aspects like name, views, etc. in the Articles tab of the chat window.
Description:
Key | Description |
siq_articles_title_textcolor | Color of the name of the article(Change in textColorPrimary will also change this attribute color) |
siq_articles_subtitle_textcolor | Color of the views count text (Change in textColorSecondary will also change this attribute color) |
siq_articles_likecount_textcolor | Color of the likes count text (Change in textColorSecondary will also change this attribute color) |
siq_articles_partitioncolor | Color of the articles partition |
siq_knowledge_base_articles_empty_state | Image of the knowledge base's search empty state |
siq_knowledge_base_articles_search_empty_state | Image 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>