Well, you would have to write your own app to use those images, for one.
Then for each message you would use a TextView and set the background of
the TextView to the image...

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    *android:background="@drawable/my_bubble_img"* />

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Tue, Jun 12, 2012 at 11:01 PM, ala hammad <3la2.7am...@gmail.com> wrote:

> thank you for your answer, but i think miss understood ,  i hava images
> but i need how to used it in android to make bubble messages ...
>
>
> On Tuesday, 12 June 2012 16:25:27 UTC+3, ala hammad wrote:
>>
>> Hello all ,
>> i want to know how to make an bubble messages like iphone style, any one
>> have any idea .
>> i try this but not good ,make an textview with background but my text not
>> align in good way ...
>>
>>
>>
>>
>> please help ..
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to