public static interface

AddressConstants.Themes

com.google.android.gms.identity.intents.AddressConstants.Themes

Class Overview

System themes that can be used to customize the UI elements shown when you call requestUserAddress(GoogleApiClient, UserAddressRequest, int).

Summary

Constants
int THEME_DARK Use the dark system theme
int THEME_HOLO_DARK This constant is deprecated. use THEME_DARK
int THEME_HOLO_LIGHT This constant is deprecated. use THEME_LIGHT
int THEME_LIGHT Use the light system theme

Constants

public static final int THEME_DARK

Use the dark system theme

Constant Value: 0 (0x00000000)

public static final int THEME_HOLO_DARK

This constant is deprecated.
use THEME_DARK

Use the dark system theme

Constant Value: 0 (0x00000000)

public static final int THEME_HOLO_LIGHT

This constant is deprecated.
use THEME_LIGHT

Use the light system theme

Constant Value: 1 (0x00000001)

public static final int THEME_LIGHT

Use the light system theme

Constant Value: 1 (0x00000001)