mateoguzmana / react-native-zendesk-unified

React Native wrapper for the iOS and Android Zendesk SDKs (Chat, Support & Answer Bot)
https://mateoguzmana.github.io/react-native-zendesk-unified/
MIT License
4 stars 1 forks source link

I need to change the chat theme for android. #3

Closed sayancitytech closed 5 months ago

sayancitytech commented 6 months ago

As it is not supported yet. Screenshot_1710856248 Screenshot_1710856256

sayancitytech commented 5 months ago

added inside styles.xml

<resources>
    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
        <item name="android:textColor">#000000</item>
        <item name="colorPrimary">#990099</item>
        <item name="colorPrimaryDark">#990099</item>
        <item name="colorAccent">#990099</item>
    </style>
</resources>

working perfect now

mateoguzmana commented 5 months ago

Thanks for sharing @sayancitytech, glad to know it worked for you.

Perhaps we need to update the docs to mention explicitly that the options can be set directly on the Android level. Closing the issue for now