What I am trying to do: I am trying to make a custom dialog in android With rounded corners.
What is happening: I am able to make c
If you use Material Components:
CustomDialog.kt
class CustomDialog: DialogFragment() { override fun getTheme() = R.style.RoundedCornersDialog }
styles.xml