Schnittstelle DialogPresentationMode


public interface DialogPresentationMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Switch between `ADW_DIALOG_FLOATING` and
    `ADW_DIALOG_BOTTOM_SHEET` depending on available size.
    static final int
    Present dialog as a bottom sheet.
    static final int
    Present dialog as a centered floating window.
  • Felddetails

    • AUTO

      static final int AUTO
      Switch between `ADW_DIALOG_FLOATING` and
      `ADW_DIALOG_BOTTOM_SHEET` depending on available size.
      Siehe auch:
    • FLOATING

      static final int FLOATING
      Present dialog as a centered floating window.
      Siehe auch:
    • BOTTOM_SHEET

      static final int BOTTOM_SHEET
      Present dialog as a bottom sheet.
      Siehe auch: