仅在单击上面的edtitext之后,Reyclerview才会填充数据

时间:2016-06-10 20:03:41

标签: android android-recyclerview recyclerview-layout

我正面临一个问题。 recyclerview具有数据,但只有在单击上面的edittext并打开键盘时才会填充它。 请指导我。我认为观点有问题。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/friends"
android:focusableInTouchMode="true">

<AutoCompleteTextView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:id="@+id/autoCompleteTextView"
    android:hint="Search"
    />


<android.support.v7.widget.RecyclerView
    android:id="@+id/list_friends"
    android:scrollbars="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    />

0 个答案:

没有答案