Fix a bug where extract UI would be used
Step 10 Bug: 5306641 Change-Id: Ic91f25cd4304b513d9d0ad931f7a9cc53e08f975
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user