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
ListView
use LinearLayout instead of Relative layout. It will solve your problem. I had same issue. I solved it using LinearLayout