Navigation
You can customize all the aspects like the color of the status bar, tool bar icon, tool bar title text, etc. to match the look and feel of your application.
Description:
Key | Description |
siq_toolbar_backgroundcolor | Background color of the tool bar |
siq_toolbar_iconcolor | Color of the tool bar icon |
siq_toolbar_title_textcolor | Color of the tool bar title text |
siq_statusbar_color | Color of the status bar |
Sample Code:
Copied<item name="siq_toolbar_backgroundcolor">?attr/colorPrimary</item>
<item name="siq_toolbar_iconcolor">@color/siq_black</item>
<item name="siq_toolbar_title_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_statusbar_color">?attr/colorPrimaryDark</item>