q-municate-android
q-municate-android copied to clipboard
how can i change bubble image color in q-municate application demo?
how can i change bubble image or bubble image color in q-municate application demo?
In Q-mun used open source project ChatMessagesAdapter, with flexible mechanism settings.
So, you can define your own bubble, just add in styles.xml:
<style name="BubbleTextFrame.Right">
<item name="android:background">@drawable/right_bubble</item>
</style>
or
<style name="BubbleTextFrame.Left">
<item name="android:background">@drawable/left_bubble </item>
</style>
i already changed this bubble image so look like this.
another question where to change design of today section and name and last seen section from top of the screen(Where is available this .xml file).
please read Android documentation how to work with NinePatch drawables and with Styles.