有什么办法从android ContentView
获取BottomSheetDialog
吗?在PopupWindow
中,我可以通过PopupWindow
方法获得popupWindow.getContentView()
的 View 。但是,我找不到从ConentView
获取BottomSheetDialog
的任何方法。
最佳答案
请尝试以下方法:
View contentView = bottomSheetDialog.findViewById(android.R.id.content);