Fix a bug where extract UI would be used

Step 10

Bug: 5306641
Change-Id: Ic91f25cd4304b513d9d0ad931f7a9cc53e08f975
This commit is contained in:
Jean Chalard
2011-12-09 12:59:53 +09:00
parent 127bd9894f
commit 91e0f5afce

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"