react-native-zendesk-chat-tmc
Version:
React Native Wrapper around Zopim Zendesk Chat
18 lines (16 loc) • 722 B
text/xml
<resources>
<color name="blue">#158CC5</color>
<color name="primary_dark">#000000</color>
<color name="vicky_green">#49dfae</color>
<color name="white">#FFFFFF</color>
<dimen name="global_button_bottom_offset">130dp</dimen>
<dimen name="global_button_height">60dp</dimen>
<dimen name="global_button_left_offset">15dp</dimen>
<dimen name="global_button_width">60dp</dimen>
<style name="YourLightTheme" parent="Theme.MaterialComponents.Light">
<item name="colorPrimary">@color/vicky_green</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/white</item>
</style>
</resources>