Android Implementing Chat Bubble in ListView

后端 未结 1 438
再見小時候
再見小時候 2020-12-30 08:20

I am in the process of writing a chat client on Android but I am having some issues with putting a chat bubble in my client. My chat screen consists of a ListView

1条回答
  •  离开以前
    2020-12-30 08:53

    use LinearLayout instead of Relative layout. It will solve your problem. I had same issue. I solved it using LinearLayout

    0 讨论(0)
提交回复
热议问题