Android APIs
public static final class

R.color

extends Object
java.lang.Object
   ↳ android.support.v7.cardview.R.color

Summary

Fields
public static int cardview_dark_background Background color for dark CardView.
public static int cardview_light_background Background color for light CardView.
public static int cardview_shadow_end_color Shadow color for the furthest pixels around CardView.
public static int cardview_shadow_start_color Shadow color for the first pixels around CardView.
Public Constructors
R.color()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int cardview_dark_background

Background color for dark CardView.

public static int cardview_light_background

Background color for light CardView.

public static int cardview_shadow_end_color

Shadow color for the furthest pixels around CardView.

public static int cardview_shadow_start_color

Shadow color for the first pixels around CardView.

Public Constructors

public R.color ()