limiting the chat bubbles width to 70%
This commit is contained in:
parent
d8b00aa4c9
commit
9a47de4a30
4 changed files with 42 additions and 21 deletions
|
|
@ -91,7 +91,7 @@ class ThreadAdapter(
|
|||
if (message.isReceivedMessage()) {
|
||||
thread_message_body.setTextColor(textColor)
|
||||
} else {
|
||||
thread_message_holder.background.applyColorFilter(primaryColor.adjustAlpha(0.8f))
|
||||
thread_message_wrapper.background.applyColorFilter(primaryColor.adjustAlpha(0.8f))
|
||||
thread_message_body.setTextColor(primaryColor.getContrastColor())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue