public class BottomSheetMaterialDialog extends AbstractDialog
Use BottomSheetMaterialDialog.Builder
to create a new instance.
Modifier and Type | Class and Description |
---|---|
static class |
BottomSheetMaterialDialog.Builder
Builder for
BottomSheetMaterialDialog .
|
AbstractDialog.OnClickListener
BUTTON_NEGATIVE,
BUTTON_POSITIVE,
mActivity,
mAnimationFile,
mAnimationResId,
mAnimationView,
mCancelable,
mDialog,
message,
mNegativeButton,
mOnCancelListener,
mOnDismissListener,
mOnShowListener,
mPositiveButton,
NO_ANIMATION,
NO_ICON,
title
Modifier | Constructor and Description |
---|---|
protected |
BottomSheetMaterialDialog(android.app.Activity mActivity,
java.lang.String title,
java.lang.String message,
boolean mCancelable,
DialogButton mPositiveButton,
DialogButton mNegativeButton,
int mAnimationResId,
java.lang.String mAnimationFile)
|
Modifier and Type | Method and Description |
---|---|
protected android.view.View |
createView(android.view.LayoutInflater inflater,
android.view.ViewGroup container)
|
cancel,
dismiss,
getAnimationView,
setOnCancelListener,
setOnDismissListener,
setOnShowListener,
show
protected BottomSheetMaterialDialog(android.app.Activity mActivity, java.lang.String title, java.lang.String message, boolean mCancelable, DialogButton mPositiveButton, DialogButton mNegativeButton, int mAnimationResId, java.lang.String mAnimationFile)
protected android.view.View createView(android.view.LayoutInflater inflater, android.view.ViewGroup container)
createView
in
class AbstractDialog