Jude95 / EasyRecyclerView

ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView
2.03k stars 459 forks source link

瀑布流使用wrap_content就显示不出来 #259

Open gmfbilu opened 6 years ago

gmfbilu commented 6 years ago
<com.jude.easyrecyclerview.EasyRecyclerView
    android:id="@+id/recyclerView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:layout_empty="@layout/view_empty"
    app:layout_progress="@layout/view_progress"
    />