public static abstract @interface ButtonConstants.ButtonTheme implements Annotation
An enumeration of button themes.
Constant Summary
Inherited Method Summary
abstract Class<? extends Annotation> |
annotationType()
|
abstract boolean |
equals(Object arg0)
|
abstract int |
hashCode()
|
abstract String |
toString()
|
Constants
public static final int DARK
Constant Value: 1
public static final int LIGHT
Constant Value: 2