Handoff Banner
You can customize all the aspects like the background color of the banner, color of the text in the banner, etc. to match the look and feel of your application.
Description:
Key | Description |
siq_handoffbanner_backgroundcolor | Background color of the handoff banner |
siq_handoffbanner_textcolor | Color of the handoff banner text |
siq_handoffbanner_button_textcolor | Color of the handoff banner button text |
Sample Code:
Copied<item name="siq_handoffbanner_backgroundcolor">@color/siq_infobanner_backgroundcolor_darkactionbar</item>
<item name="siq_handoffbanner_textcolor">?android:attr/textColorSecondary</item>
<item name="siq_handoffbanner_button_textcolor">?attr/colorAccent</item>