ButtonConstants.ButtonTheme

  • ButtonConstants.ButtonTheme is an annotation that defines button themes.

  • Two button themes are available: DARK and LIGHT, represented by the integer values 1 and 2 respectively.

  • It inherits methods from the java.lang.annotation.Annotation interface, including annotationType(), equals(), hashCode(), and toString().

public static abstract @interface ButtonConstants.ButtonTheme implements Annotation

An enumeration of button themes.

Constant Summary

int DARK
int LIGHT

Inherited Method Summary

Constants

public static final int DARK

Constant Value: 1

public static final int LIGHT

Constant Value: 2