because I am ending up having to write this, just ...
# android
o
because I am ending up having to write this, just like usual
Copy code
val messageLayout = layoutInflater.inflate(R.layout.message_layout, null)

      val messageContentTV = messageLayout.findViewById(R.id.messageContentTV) as TextView

      messageContentTV.text = messageET.text