1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-25 10:22:16 -05:00

Added large ime option, Extended Español support, rephrased fullscreen methodology

This commit is contained in:
Rey Rey 2011-06-29 22:09:32 -04:00 committed by Sebastian Kaspari
parent ccaf9f59c4
commit 27d93ebaa7

View File

@ -203,6 +203,9 @@ public class ConversationActivity extends Activity implements ServiceConnection,
EditText input = (EditText) findViewById(R.id.input);
input.setOnKeyListener(inputKeyListener);
if (!settings.imeExtract()){
input.setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI);
}
switcher = (ViewSwitcher) findViewById(R.id.switcher);