- Installation
- Push Notification
- Customization
- Rest API
- API Reference
- Zoho SalesIQ
- Launcher
- Conversation
- Chat
- start()
- startWithTrigger()
- setWaitingTime()
- get()
- setTitle()
- setLanguage()
- setDepartment()
- setOperatorEmail()
- setVisibility()
- showOperatorImageInLauncher()
- setVisibility(MbedableComponent)
- showOfflineMessage()
- getList()
- open()
- endSession()
- fetchAttenderImage()
- setListener()
- getDepartments()
- showFeedbackAfterSkip()
- hideQueueTime()
- show()
- Chat Actions
- Calls
- Logger
- Visitor
- Visitor Tracking
- Notification
- Knowledge Base
- FAQ
- SDK 2.x, 3.x
- SDK 1.x
- Download Sample App
- Release Notes
- Additional Features
Tab bar
You can customize all the aspects like the background color of the tab bar, color of the active/inactive tab icons and text to match the look and feel of your application.
Description:
Key | Description |
siq_tabbar_backgroundcolor | Background color of the Tab bar |
siq_tabbar_activetab_iconcolor | Color of the active tab icon |
siq_tabbar_activetab_textcolor | Color of the active tab text |
siq_tabbar_inactivetab_iconcolor | Color of the inactive tab icon |
siq_tabbar_inactivetab_textcolor | Color of the inactive tab text |
Sample Code:
Copied<item name="siq_tabbar_backgroundcolor">@color/white</item>
<item name="siq_tabbar_activetab_textcolor">?attr/colorAccent</item>
<item name="siq_tabbar_inactivetab_textcolor">@color/siq_conversation_tab_textcolor_darkactionbar</item>
<item name="siq_tabbar_activetab_iconcolor">?attr/colorAccent</item>
<item name="siq_tabbar_inactivetab_iconcolor">@color/siq_conversation_tab_icon_color_darkactionbar</item>
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.