public interface

ColorScheme

com.neomades.googlesignin.button.ColorScheme

Class Overview

Color scheme for the Google Sign In button.

Summary

Constants
int COLOR_AUTO Google Play services will decide the color scheme for sign-in button.
int COLOR_DARK The dark color scheme of the sign-in button.
int COLOR_LIGHT The light color scheme of the sign-in button.

Constants

public static final int COLOR_AUTO

Google Play services will decide the color scheme for sign-in button.

Constant Value: 2 (0x00000002)

public static final int COLOR_DARK

The dark color scheme of the sign-in button.

Constant Value: 0 (0x00000000)

public static final int COLOR_LIGHT

The light color scheme of the sign-in button.

Constant Value: 1 (0x00000001)