android-chat-ui icon indicating copy to clipboard operation
android-chat-ui copied to clipboard

Messages hiding behind the tool bar

Open osinakayah opened this issue 6 years ago • 4 comments

When the messages list gets too long, the messages hides behind the toolbar

osinakayah avatar Mar 27 '18 22:03 osinakayah

@osinakayah can we see a screenshot?

timigod avatar Apr 08 '18 18:04 timigod

screenshot_2018-06-25-17-13-14

ousanmazCT avatar Jun 25 '18 22:06 ousanmazCT

to avoid this, avoid transparent backgrounds and prefer to use a color (I used chatview:inputBackgroundColor="@color/white" to solve this)

ousanmazCT avatar Jun 25 '18 22:06 ousanmazCT

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.

MichaelObi avatar Jun 29 '18 07:06 MichaelObi