Merge "Disable extract UI on remote input" into nyc-dev

This commit is contained in:
Adrian Roos
2016-03-03 21:59:13 +00:00
committed by Android (Google) Code Review

View File

@@ -43,7 +43,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="actionSend" /> android:imeOptions="actionSend|flagNoExtractUi" />
<FrameLayout <FrameLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"