<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>