AddressConstants.Themes

  • AddressConstants.Themes are system themes used to customize UI elements when requesting a user address.

  • The available themes are THEME_DARK and THEME_LIGHT.

  • THEME_HOLO_DARK and THEME_HOLO_LIGHT are deprecated and should be replaced with THEME_DARK and THEME_LIGHT respectively.

public static interface AddressConstants.Themes

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

Constant Summary

int THEME_DARK Use the dark system theme
int THEME_HOLO_DARK This constant was deprecated. use THEME_DARK
int THEME_HOLO_LIGHT This constant was 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

public static final int THEME_HOLO_DARK

This constant was deprecated.
use THEME_DARK

Use the dark system theme

Constant Value: 0

public static final int THEME_HOLO_LIGHT

This constant was deprecated.
use THEME_LIGHT

Use the light system theme

Constant Value: 1

public static final int THEME_LIGHT

Use the light system theme

Constant Value: 1