ButtonConstants.ButtonTheme

  • ButtonConstants.ButtonTheme is an enumeration of button themes.

  • The available button themes are DARK and LIGHT.

  • The DARK theme has a constant value of 1 and the LIGHT theme has a constant value of 2.

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