Closed iman2420 closed 1 year ago
@iman2420 please read our documentation
@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, to change dialog body textView typeFace just create the next style:
<style name="TextViewTextMsg.Right">
<item name="android:typeface">serif</item>
</style>
I want to change dialog body textView typeFace. How to do it?