Interface TextViewLayer


public interface TextViewLayer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The layer rendered above the text.
    static final int
    The layer rendered below the text (but above the background).
  • Field Details

    • BELOW_TEXT

      static final int BELOW_TEXT
      The layer rendered below the text (but above the background).
      See Also:
    • ABOVE_TEXT

      static final int ABOVE_TEXT
      The layer rendered above the text.
      See Also: