1
0
Fork 0

fixed language search crashing for real this time

This commit is contained in:
sspanak 2024-09-04 15:39:03 +03:00 committed by Dimo Karaivanov
parent b71ed8c705
commit 77085b915c
3 changed files with 16 additions and 21 deletions

View file

@ -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"