Empty View
You can customize the colors and properties of EmptyView to match the look and feel of your application.
Description:
Key | Description |
siq_emptyview_textcolor | Color of the description text |
siq_emptyview_backgroundcolor | Background color of the emptyview |
siq_emptyview_button_iconcolor | Color of the emptyview button icon |
siq_emptyview_button_textcolor | Color of the emptyview button text |
siq_emptyview_button_backgroundcolor | Background color of the emptyview button |
Sample Code:
Copied<item name="siq_emptyview_backgroundcolor">?attr/siq_backgroundcolor</item>
<item name="siq_emptyview_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_emptyview_button_iconcolor">@color/white</item>
<item name="siq_emptyview_button_textcolor">@color/siq_conversation_startchat_text</item>
<item name="siq_emptyview_button_backgroundcolor">?attr/colorAccent</item>