QuickBlox / q-municate-android

Qmunicate Android chat application
MIT License
254 stars 197 forks source link

How to change dialog body textView typeFace? #228

Closed iman2420 closed 1 year ago

iman2420 commented 7 years ago

I want to change dialog body textView typeFace. How to do it? image

tatanka987 commented 7 years ago

@iman2420 please read our documentation

iman2420 commented 7 years ago

@tatanka987 I read documentation. but i can not find any textView to change font and can not find any list item to setOnLongClickListener QuickBlox SDK version is 3.3.5. I use Q-municate as base.

RomanPronin commented 7 years ago

@iman2420, to change dialog body textView typeFace just create the next style: <style name="TextViewTextMsg.Right"> <item name="android:typeface">serif</item> </style>