R.attr


class R.attr


Summary

Public constructors

Public properties

java-static Int

The primary custom color corresponding to CarColor#PRIMARY

java-static Int

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

java-static Int

The secondary custom color corresponding to CarColor#SECONDARY

java-static Int

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

java-static Int

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

Public constructors

attr

attr()

Public properties

carColorPrimary

java-static val carColorPrimaryInt

The primary custom color corresponding to CarColor#PRIMARY

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

carColorPrimaryDark

java-static val carColorPrimaryDarkInt

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

java-static val carColorSecondaryInt

The secondary custom color corresponding to CarColor#SECONDARY

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

carColorSecondaryDark

java-static val carColorSecondaryDarkInt

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

java-static val carPermissionActivityLayoutInt

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".