Skip to content

Commit

Permalink
Added large ime option, Extended Español support, rephrased fullscree…
Browse files Browse the repository at this point in the history
…n methodology
  • Loading branch information
Rey Rey authored and pocmo committed Jul 2, 2011
1 parent ccaf9f5 commit 27d93eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/src/org/yaaic/activity/ConversationActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ protected void onCreate(Bundle savedInstanceState)

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);

Expand Down

0 comments on commit 27d93eb

Please sign in to comment.