Swipe/drag Android view from the bottom of the screen

前端 未结 2 2070
情书的邮戳
情书的邮戳 2021-02-01 07:05

I want to do in my app a View that I can swipe from the bottom of the window (Images below explain it better).

I want the view to stop at certain point. The view must a

2条回答
  •  醉话见心
    2021-02-01 07:30

    You can use the new material design pattern called Bottom Sheets. They do the exact thing that you want. They also support custom layouts for the view.

    Material Design - Component - Bottom Sheets

提交回复
热议问题