q-municate-android icon indicating copy to clipboard operation
q-municate-android copied to clipboard

how can i change bubble image color in q-municate application demo?

Open tatveshwebmigrates opened this issue 6 years ago • 3 comments

how can i change bubble image or bubble image color in q-municate application demo?

tatveshwebmigrates avatar Mar 22 '18 04:03 tatveshwebmigrates

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>

RomanPronin avatar Mar 22 '18 09:03 RomanPronin

i already changed this bubble image so look like this. renamed image

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).

tatveshwebmigrates avatar Mar 22 '18 09:03 tatveshwebmigrates

please read Android documentation how to work with NinePatch drawables and with Styles.

tatanka987 avatar Mar 23 '18 08:03 tatanka987