从search_list.xml中删除LinearLayout并仅使用textview并将其放入textview本身
xmlns:android="http://schemas.android.com/apk/res/android"
那里不需要LinearLayou,也可以设置 android:layout_height =“ wrap_content” 。然后它将起作用。:)

从search_list.xml中删除LinearLayout并仅使用textview并将其放入textview本身
xmlns:android="http://schemas.android.com/apk/res/android"
那里不需要LinearLayou,也可以设置 android:layout_height =“ wrap_content” 。然后它将起作用。:)