<com.goyourfly.library.paper_view.PaperViewandroid:id="@+id/paperView"android:layout_width="match_parent"android:layout_height="wrap_content"android:padding="16dp"app:paper_bg_color="#fff"app:paper_duration="1000"><!--展开的布局--> <includelayout="@layout/item_large" /><!--收起的布局--> <includelayout="@layout/item_small" /></com.goyourfly.library.paper_view.PaperView>
// 折叠卡片paperView.fold(animator:Boolean,changed:Boolean)// 展开卡片paperView.unfold(animator:Boolean,changed:Boolean)
Copyright2017-present,GaoYufeiLicensedundertheApacheLicense,Version2.0 (the "License");youmaynotusethisfileexceptincompliancewiththeLicense.YoumayobtainacopyoftheLicenseathttp://www.apache.org/licenses/LICENSE-2.0Unlessrequiredbyapplicablelaworagreedtoinwriting,softwaredistributedundertheLicenseisdistributedonan"AS IS"BASIS,WITHOUTWARRANTIESORCONDITIONSOFANYKIND,eitherexpressorimplied.SeetheLicenseforthespecificlanguagegoverningpermissionsandlimitationsundertheLicense.