public interface

ButtonSize

com.neomades.googlesignin.button.ButtonSize

Class Overview

Preconfigured size for the Google Sing In button.

Summary

Constants
int SIZE_ICON_ONLY The icon-only size of the Google sign-in button.
int SIZE_STANDARD The standard size of the Google sign-in button.
int SIZE_WIDE The wide size of the Google sign-in button.

Constants

public static final int SIZE_ICON_ONLY

The icon-only size of the Google sign-in button.

Constant Value: 2 (0x00000002)

public static final int SIZE_STANDARD

The standard size of the Google sign-in button.

Constant Value: 0 (0x00000000)

public static final int SIZE_WIDE

The wide size of the Google sign-in button.

Constant Value: 1 (0x00000001)