android-chat-ui
android-chat-ui copied to clipboard
Messages hiding behind the tool bar
When the messages list gets too long, the messages hides behind the toolbar
@osinakayah can we see a screenshot?
to avoid this, avoid transparent backgrounds and prefer to use a color (I used chatview:inputBackgroundColor="@color/white" to solve this)
I just took a look at the chat_view
layout and will have to use a ViewGroup
that allows relative positioning to fix this bug.