List of usage examples for android.app Dialog subclass-usage
From source file org.michaelbel.bottomsheet.BottomSheet.java
@SuppressWarnings("all") public class BottomSheet extends Dialog { private static final String TAG = BottomSheet.class.getSimpleName(); public static final int LIST = 1;
From source file com.github.shareme.gwsmaterialuikit.library.material.app.Dialog.java
/** * Created by Rey on 12/10/2014. */ public class Dialog extends android.app.Dialog { private ContainerFrameLayout mContainer;
From source file de.mrapp.android.bottomsheet.BottomSheet.java
/**
* A bottom sheet, which is designed according to the Android 5's Material Design guidelines even on
* pre-Lollipop devices. Such a bottom sheet appears at the bottom of the window and consists of a
* title and multiple items. It is possible to customize the appearance of the bottom sheet or to
* replace its title and items with custom views.
*