Add conversation details page

This commit is contained in:
Naveen 2022-11-21 17:28:21 +05:30
parent 8d283858e1
commit 5aac009102
6 changed files with 192 additions and 0 deletions

View file

@ -24,6 +24,7 @@ class RenameConversationDialog(
val backgroundColor = activity.getProperBackgroundColor()
val view = (activity.layoutInflater.inflate(R.layout.dialog_rename_conversation, null) as ViewGroup).apply {
rename_conv_info.setTextColor(textColor)
rename_conv_input_layout.apply {
setColors(textColor, primaryColor, backgroundColor)
setBoxCornerRadiiResources(R.dimen.medium_margin, R.dimen.medium_margin, R.dimen.medium_margin, R.dimen.medium_margin)