Interface IconThemeError


public interface IconThemeError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    An unspecified error occurred.
    static final int
    The icon specified does not exist in the theme
  • Field Details

    • NOT_FOUND

      static final int NOT_FOUND
      The icon specified does not exist in the theme
      See Also:
    • FAILED

      static final int FAILED
      An unspecified error occurred.
      See Also: