Do you mind sharing what you did just in case someone else is looking for this answer? Thanks!
Absolutely,
What I did was I put the <TextView /> for the date_view, (the time / date received)
at the end of the block of code including the <ImageView /> for the locked_indicator, delivered_indicator, and details_indicator
So it looks like this in mine,
<ImageView : locked indicator />
<imageView : delivered indicator />
<imageView : details_indicator />
<TextView : date_view />
If anyone has any questions or wants this Mms.apk let me know. pictures will be up soon
I do have another question though: I would like it if after I hit the send button the keyboard is dismissedI am editing compose_message_activity.xmlI changed the EditText field toandroid:imeOptions="actionDone"This didn't work. The keyboard stays right were it is once I hit send. Is there any way to accomplish this?