Skip to content

wuyr/CoffinLayout

Repository files navigation

CoffinLayout

仿燃兔APP的游戏详情界面

只需一个CoffinLayout

 <com.test.viewtest.views.CoffinLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    app:bottom_bar="@layout/bottom_bar"
    app:header_view="@layout/header_view"
    app:lid_elevation="8dp"
    app:lid_offset="240dp"
    app:residual_view="@layout/residual_view"
    app:top_bar="@layout/top_bar"
    app:trigger_open_offset="100dp">
 
    <YourBottomView />
 
    <YourLidView />

 </com.test.viewtest.views.CoffinLayout>

preview

About

仿燃兔APP的游戏详情界面

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages