R.attr


public final class R.attr


Summary

Public fields

static int

The primary custom color corresponding to CarColor#PRIMARY

static int

The dark-variant primary custom color corresponding to CarColor#PRIMARY

static int

The secondary custom color corresponding to CarColor#SECONDARY

static int

The dark-variant secondary custom color corresponding to CarColor#SECONDARY

static int

The layout for usage in background of requesting permissions on the phone

Public constructors

Public fields

carColorPrimary

public static int carColorPrimary

The primary custom color corresponding to CarColor#PRIMARY

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

carColorPrimaryDark

public static int carColorPrimaryDark

The dark-variant primary custom color corresponding to CarColor#PRIMARY

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

carColorSecondary

public static int carColorSecondary

The secondary custom color corresponding to CarColor#SECONDARY

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

carColorSecondaryDark

public static int carColorSecondaryDark

The dark-variant secondary custom color corresponding to CarColor#SECONDARY

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

carPermissionActivityLayout

public static int carPermissionActivityLayout

The layout for usage in background of requesting permissions on the phone

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

Public constructors

attr

public attr()