Merge "Also Set IME_FLAG_NO_FULLSCREEN to RemoteEditText" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ede3f3fa27
@@ -42,7 +42,7 @@
|
|||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:ellipsize="start"
|
android:ellipsize="start"
|
||||||
android:inputType="textShortMessage|textAutoCorrect|textCapSentences"
|
android:inputType="textShortMessage|textAutoCorrect|textCapSentences"
|
||||||
android:imeOptions="actionNone|flagNoExtractUi" />
|
android:imeOptions="actionNone|flagNoExtractUi|flagNoFullscreen" />
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
|||||||
Reference in New Issue
Block a user