Merge "Also Set IME_FLAG_NO_FULLSCREEN to RemoteEditText" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-09-01 23:12:13 +00:00
committed by Android (Google) Code Review

View File

@@ -42,7 +42,7 @@
android:singleLine="true"
android:ellipsize="start"
android:inputType="textShortMessage|textAutoCorrect|textCapSentences"
android:imeOptions="actionNone|flagNoExtractUi" />
android:imeOptions="actionNone|flagNoExtractUi|flagNoFullscreen" />
<FrameLayout
android:layout_width="wrap_content"