I am trying to create a chat bubble like viber, whatsapp and facebook chat have. Please look at this screenshot:
The last bubble does not have an arrow. I am wondering if those bubbles are a 9-patch images or something which is made programmatically. I have googled a while but I cannot find exactly this image, tho it is the same in many apps (viber, whatsapp).
My second question is, how do I create that bottom line in the bubbles which shows if the message has been delivered. Is it an ImageButton with Html.fromHtml() inside (a for bottom line)? Is it a LinearLayout with two TextViews?
I am also searching for these ✓✓. Viber and WhatsApp have the same, but it does not seem to be utf. Is it an image maybe?
Thx.