fixed language search crashing for real this time
This commit is contained in:
parent
b71ed8c705
commit
77085b915c
3 changed files with 16 additions and 21 deletions
|
|
@ -22,7 +22,9 @@
|
|||
android:focusableInTouchMode="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:minHeight="@dimen/preferences_text_min_height" />
|
||||
android:minHeight="@dimen/preferences_text_min_height"
|
||||
android:singleLine="true"
|
||||
android:imeOptions="actionNone" />
|
||||
|
||||
<TextView android:id="@android:id/summary"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue