Conversation scroll date label themed.

New muted icon.
This commit is contained in:
Anton Chekulaev
2020-08-24 15:33:01 +10:00
parent 9cb0a18a85
commit 1191353fde
7 changed files with 23 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ class ConversationView : LinearLayout {
}
private fun setUpViewHierarchy() {
val inflater = context.applicationContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater
val inflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater
val contentView = inflater.inflate(R.layout.view_conversation, null)
addView(contentView)
}