Joined
·
1,078 Posts
I was just going to add that you can change it if you theme the keyboard, but this method is much easier.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
Great thread by the way! Thanks for taking the time to do this. The basic principals can be use for theming any APK really. Obviously the names, and specific lines will not be the same, but the general idea is.