Hi,
How to create an alert dialog with radio button on the side? I can create a dialog with 3 selection strings using AlertDialog.Builder, but how can I create the one with radio button on the side (i.e. allow only 1 selection)?
Thank you.
Hi,
How to create an alert dialog with radio button on the side? I can create a dialog with 3 selection strings using AlertDialog.Builder, but how can I create the one with radio button on the side (i.e. allow only 1 selection)?
Thank you.
Use setView()
in AlertDialog.Builder
, perhaps? It is tough to tell what "the one with radio button on the side" means.