i have the following code
val builder = MaterialAlertDialogBuilder(requireContext())
with(builder) {
setSingleChoiceItems(cities, checkedItemId) { dialog, cityId ->
...
i need to do like this enter image description here
but i have this how to add separators enter image description here