am 91e0f5af: Fix a bug where extract UI would be used

* commit '91e0f5afce3e16e8e1c520e9765cfb17835bc1e1':
  Fix a bug where extract UI would be used
This commit is contained in:
Jean Chalard
2011-12-09 11:00:47 -08:00
committed by Android Git Automerger

View File

@@ -42,6 +42,7 @@
android:layout_height="wrap_content"
android:gravity="center_vertical|left"
android:inputType="textNoSuggestions"
android:imeOptions="flagNoFullscreen"
android:paddingBottom="10dip"
android:layout_marginLeft="8dip"
android:layout_marginRight="8dip"
@@ -65,7 +66,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="8dip"
android:layout_marginRight="8dip"
android:inputType="textNoSuggestions" />
android:inputType="textNoSuggestions"
android:imeOptions="flagNoFullscreen" />
-->
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"