junixapp / XPopup

🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup for Android,can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in animators , very easy to custom popup view.)
Apache License 2.0
7.76k stars 1.17k forks source link

有没有办法实现类似BottomSheetDialog的效果 #455

Closed JueShouGitHub closed 4 years ago

JueShouGitHub commented 4 years ago

BottomPopupView 高度出来基本上都是固定的了,只能下拉消失,能不能上滑的是时候沾满屏幕,下滑然后停在固定高度上,再下滑消失,就是BottomSheetDialog的效果

junixapp commented 4 years ago

下个版本实现

junixapp commented 4 years ago

2.0.3版本,开启isThreeDrag(true)可实现类似效果

DuShuYuan commented 4 years ago

isThreeDrag 能不能两级滑动 一种满屏 一种自己设置高度

AlbertZyc commented 11 months ago

isThreeDrag 能不能两级滑动 一种满屏 一种自己设置高度