mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
app: make editor support multiline
This commit is contained in:
@@ -22,6 +22,7 @@ MainActivity main = (MainActivity)getContext();
|
|||||||
if (main.inpcon == null) {
|
if (main.inpcon == null) {
|
||||||
EditorInfo editorInfo = new EditorInfo();
|
EditorInfo editorInfo = new EditorInfo();
|
||||||
editorInfo.inputType = InputType.TYPE_CLASS_TEXT |
|
editorInfo.inputType = InputType.TYPE_CLASS_TEXT |
|
||||||
|
InputType.TYPE_TEXT_FLAG_MULTI_LINE |
|
||||||
InputType.TYPE_TEXT_FLAG_AUTO_CORRECT;
|
InputType.TYPE_TEXT_FLAG_AUTO_CORRECT;
|
||||||
editorInfo.imeOptions = EditorInfo.IME_FLAG_NO_FULLSCREEN;
|
editorInfo.imeOptions = EditorInfo.IME_FLAG_NO_FULLSCREEN;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user