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

am: 139bc62117

* commit '139bc62117f01d228a6beb18d98755c2fcf60bbf':
  Disable extract UI on remote input
This commit is contained in:
Adrian Roos
2016-03-03 22:19:49 +00:00
committed by android-build-merger

View File

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