1

How would I make a ListView like this ?

I know how to make a customized ListView, but I do not know how to adjust the size of the background with the entered text so the text fits in the background.

Can anyone help me with tutorials or put me in the right direction?

JDJ
  • 4,298
  • 3
  • 25
  • 44
confucius
  • 13,127
  • 10
  • 47
  • 66

2 Answers2

4

Here is a nice example with source code,

Bubble ListView like Iphone

Lalit Poptani
  • 67,150
  • 23
  • 161
  • 242
0

You can use a relative layout to align your text to the right or the left, and a wrap_content value for the width or your textview

njzk2
  • 38,969
  • 7
  • 69
  • 107