in my application my created custom dialog dont have full height and i can not change and customize that.for example see this screen shot:
Using com.google.android.material.dialog.MaterialAlertDialogBuilder makes everything fun. Here my code
com.google.android.material.dialog.MaterialAlertDialogBuilder
MaterialAlertDialogBuilder(requireContext()).apply { setView(layoutInflater.inflate(R.layout.filter_view, null)) show() }
And Result