Top "Android-alertdialog" questions

A subclass of Dialog that can display one, two or three buttons.

How to make Custom Dialog look like Alert Dialog?

I've created my own (custom) Dialog. But would like to have its style like original Alert Dialog. I.e. with …

android android-alertdialog customdialog
How to use MaterialAlertDialogBuilder fine?

When i use dialog.builder the font size is correct but when i use MaterialAlertDialogBuilder the font size of body …

android android-alertdialog material-components-android material-components
AlertDialog cannot be shown from ListActivity within ActivityGroup

I am trying to show an AlertDialog when an item in a ListActivity is clicked. My app displays the ListActivity …

android listactivity android-alertdialog activitygroup
Alertdialog.Builder setview: Call requires API level 21

I am trying to get a radius NumberPicker running in a class that extends DialogPreference, and I am having a …

java android android-alertdialog dialog-preference
Android: Fixed width font in AlertDialog

I am displaying a list of strings in an AlertDialog as shown below: 1.How can I set a fixed width …

android android-alertdialog android-2.3-gingerbread