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.7k stars 1.16k forks source link

InputConfirmPopupView 获取不到EditText #1171

Open EpicWang opened 1 year ago

EpicWang commented 1 year ago

XPopup版本 如2.9.19

使用常用组件:弹出输入框asInputConfirm 我想指定输入框的输入类型为数字

使用以下方式的时候,获取不到EditText QQ截图20230811163106

或者有没有其他实现方式?

OldZhouzhou commented 2 months ago

用BasePopupView.findViewById的方式拿