freshworks / mobihelp-android

MIT License
15 stars 13 forks source link

Changing the chat bubble icon color #23

Closed tjerkw closed 7 years ago

tjerkw commented 8 years ago

We want to change the chat bubble icon. The only way this can be done is hack into the code itself (change the image file). Right?

hrishikesh-p commented 8 years ago

Yes, you are right . The way to achieve this currently would be to replace the 9patch images include under resources.

You can include the files with the same name "mobihelp_chat_bubble_agent.9.png" under your app's resources and the build should include your chat image. instead of changing the SDK's file @tjerkw