Base class for Dialogs.
This question has been asked before: AlertDialog custom title has black border But was not answered satisfactorily - and is …
android android-layout android-dialogI am trying to close a ProgressDialog box automatically after 3 seconds. Here is the dialog: ProgressDialog progress = new ProgressDialog(this); …
android android-studio android-dialogHow to disable BottomSheetDialogFragment dragging by finger? I saw similar questions, but they're all about BottomSheet not BottomSheetDialogFragment.
android android-layout android-view android-dialog bottom-sheetWhat's the best way to create an indeterminate, horizontal progress bar? If i do this, dialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL); …
android android-dialog android-progressbarI am trying to do a Dialog with a selector that looks exactly like this: I've tried using an AlertDialog …
android android-alertdialog android-dialogI'm constructing a dialog with multi-choice items (checkboxes): AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMultiChoiceItems(arrayResource, selectedItems, new …
android checkbox android-dialog android-theme android-stylesBasically the question is stated in the title. Any preferences in using one or another? Maybe some specific tasks where …
android android-dialogI want to remove a transparent dark backgrond outside of dialog box. I tried with: final Dialog dialog = new Dialog(…
android android-dialogIf I have an Activity that has it's theme set to Theme.Holo.Light.Dialog, it will scale great. It …
android android-layout dialog android-xml android-dialogI am looking for a way to get size of a custom dialog. I went through this question, but the …
java android dialog android-dialog