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:
parent
ccaf9f59c4
commit
27d93ebaa7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user