limiting the chat bubbles width to 70%

This commit is contained in:
tibbi 2020-04-03 22:24:05 +02:00
parent d8b00aa4c9
commit 9a47de4a30
4 changed files with 42 additions and 21 deletions

View file

@ -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())
}
}