Most visited

Recently visited

R.color

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()

Inherited methods

From class java.lang.Object

Fields

cardview_dark_background

int cardview_dark_background

Background color for dark CardView.

cardview_light_background

int cardview_light_background

Background color for light CardView.

cardview_shadow_end_color

int cardview_shadow_end_color

Shadow color for the furthest pixels around CardView.

cardview_shadow_start_color

int cardview_shadow_start_color

Shadow color for the first pixels around CardView.

Public constructors

R.color

R.color ()

Hooray!