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

How to change dialog body textView typeFace?

Open iman2420 opened this issue 7 years ago • 3 comments

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

iman2420 avatar Sep 09 '17 08:09 iman2420

@iman2420 please read our documentation

tatanka987 avatar Sep 11 '17 07:09 tatanka987

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

iman2420 avatar Sep 20 '17 21:09 iman2420

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

RomanPronin avatar Oct 25 '17 12:10 RomanPronin