i know this is asking for alot but do you think you could do it with these bubbles?
Yeah, but you'll have to wait a bit.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i know this is asking for alot but do you think you could do it with these bubbles?
Yeah, but you'll have to wait a bit.
Yes. However, I'm not sure exactly what values on which attributes it will need or what exact look you're trying to achieve. No offense, but you'll have to play around with it. I'm fairly sure there are already some attributes in there for spacing which should give some clues.thanks again, is there a way to change the spacing between the bubbles?
Yes. However, I'm not sure exactly what values on which attributes it will need or what exact look you're trying to achieve. No offense, but you'll have to play around with it.
im trying to make it similar to the iphone, the spacing and the layout" like the outgoing bubble on the right, and the incoming bubble on the left. is this possible, i know you probably don't want to do it so i was wondering what i would need to change to do this?
I don't know. I would also have to figure it out. I would guess that making the bubbles more confined to either side of the screen and having them alternate like that iPhone app would be challenging, if possible. This is mostly due to the fact that the Gingerbread Mms.apk does not normally have two separate layout XMLs for the incoming and outgoing messages, one for each side. Your goal might be possible, but I wouldn't guess that it'd be easy.
well, if you ever get time and mess with it let me know what you come up with, but in the mean time, what can i do to space them out a little bit..
I don't know. If you mean the vertical spacing between the message bubbles, you might want to try messing around with margin attributes.

i need some help. I am trying to get rid of the contact id, in the mms.apk i have tried a few things and nothing works.. someone please help me conquer this, here is what i have tried :
<android.widget.QuickContactBadge android:id="@id/avatar" android:layout_marginLeft="0.0dip" android:layout_marginTop="5.0dip" android:layout_marginRight="5.0dip" android:layout_marginBottom="5.0dip" style="?android:attr/quickContactBadgeStyleWindowSmall" />
<View android:layout_width="1px" android:layout_height="1px" android:layout_below="@id/avatar" />
Go to /system/app and delete using root browser
isn't there a thread already about modifying the MMS.apk? it should be used,not create a new thread about the same thing.