mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 20:49:36 +01:00
reformat kotlin
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
fc0962780c
commit
2db4cbf4d1
@ -100,7 +100,8 @@ class MagicOutcomingTextMessageViewHolder(itemView: View) : OutcomingTextMessage
|
|||||||
textSize = (textSize * 2.5).toFloat()
|
textSize = (textSize * 2.5).toFloat()
|
||||||
layoutParams.isWrapBefore = true
|
layoutParams.isWrapBefore = true
|
||||||
binding.messageTime.setTextColor(
|
binding.messageTime.setTextColor(
|
||||||
ResourcesCompat.getColor(context!!.resources, R.color.warm_grey_four, null))
|
ResourcesCompat.getColor(context!!.resources, R.color.warm_grey_four, null)
|
||||||
|
)
|
||||||
realView.isSelected = true
|
realView.isSelected = true
|
||||||
}
|
}
|
||||||
val resources = sharedApplication!!.resources
|
val resources = sharedApplication!!.resources
|
||||||
|
Loading…
Reference in New Issue
Block a user