How to Insert a Custom Divider Between the Message List and Input Field #87
elliot-choic
announced in
Conversation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Versions
Summary
There are various ways to customize the layout of the conversation screen. This guide explains how to insert a custom divider view between the message list and the input
Guide & Snippet
iOS
Header
Android
Steps to Insert a Divider into the Conversation Screen
1. Extend the ConversationModule
Create a custom ConversationModule and override onCreateContentView() to build your own layout structure. In this layout, you can insert a View between listComponent and inputComponent.
2. Register the Custom Module
Tell the SDK to use your custom ConversationModule by registering it through the module provider
JS
Header
// code block
Reference
No response
Screenshots
No response
Beta Was this translation helpful? Give feedback.
All reactions