2016-10-24 40 views

回答

1

如果您只想滾動,那麼你可以用它來NestedScrollView而不是滾動型,您可以與以下修改代碼:

<android.support.v4.widget.NestedScrollView 
    android:layout_width="match_parent" 
    android:layout_height="match_parent"> 

    <LinearLayout 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    android:orientation="vertical"> 

     //design your content here with RecyclerView 

    </LinearLayout> 

</android.support.v4.widget.NestedScrollView> 

也可參考此鏈接.... https://github.com/amardeshbd/android-recycler-view-wrap-content