tried this and did not notice a change =(.... thank you! Do you have any other ideas? I was given the idea to edit this line...I'm not having much luck getting the To: line sorted out but i'm confident i'll figure something out - for now we can get rid of it during a conversation. For the time being we'll have to deal with it while typing out a recipient's name in landscape during message creation.
So here's the partial fix - open up compose_message_activity and go to line 22. At the very end of the line you'll see:
android:imeOptions="actionSend|flagNoEnterAction"
Change it to
android:imeOptions="flagNoExtractUi"
For those curious about learning what's going on, read all about it here:
http://developer.and...een-inputs.html
Ah, I already tried that and nothing happened..I must of missed something. I will double check my edit... =D Thank you!!! I will try again tonight!It's in the first post, look at /res/layout/compose_message_activity. The part where you edit the IME options.
C'mon guys a lot of these questions have the answers in the first post. I should've stuck to my original plan and included pics with each part. I know it gets boring staring at a wall of text but you got to absorb what you're reading or it won't make any sense to you.