Skip to content

zhangyihome/ReboundRecycleLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReboundRecycleLayout

有弹性的RecycleView容器,有背景可以下拉放大,上拉时背景不动 .

preview

Usage

<com.zhangyi.reboundrecyclelayout.customview.ReboundRecycleLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
    <android.support.v7.widget.RecyclerView
        android:id="@+id/play_list_rv"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
         />
</com.zhangyi.reboundrecyclelayout.customview.ReboundRecycleLayout>

About

ReboundRecycleLayout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages