Schnittstelle FlapTransitionType


public interface FlapTransitionType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The flap slides over the content, which is
    dimmed.
    static final int
    The flap slides offscreen when hidden,
    neither the flap nor content overlap each other.
    static final int
    The content slides over the flap.
  • Felddetails

    • OVER

      static final int OVER
      The flap slides over the content, which is
      dimmed. When folded, only the flap can be swiped.
      Siehe auch:
    • UNDER

      static final int UNDER
      The content slides over the flap. Only the
      content can be swiped.
      Siehe auch:
    • SLIDE

      static final int SLIDE
      The flap slides offscreen when hidden,
      neither the flap nor content overlap each other. Both widgets can be
      swiped.
      Siehe auch: