how to get bottomSheet to open from the top?

冷暖自知 提交于 2019-12-04 03:15:51

I guess it is not possible using google's design library, since by design this is meant to appear from the bottom.

https://material.io/guidelines/components/bottom-sheets.html
"Bottom sheets slide up from the bottom of the screen to reveal more content."

Trying using this modified version of flipboard's bottomsheet

https://github.com/jernkuan/bottomsheet

I have added an attr to control whether the bottomsheet should appear from the top.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!