Most visited

Recently visited

R.style

public static final class R.style
extends Object

java.lang.Object
   ↳ android.support.v7.cardview.R.style


Summary

Fields

public static int Base_CardView

public static int CardView

On older platforms we do not explicitly set a background color and let CardView compute one based on the theme.

public static int CardView_Dark

public static int CardView_Light

Public constructors

R.style()

Inherited methods

From class java.lang.Object

Fields

Base_CardView

int Base_CardView

CardView

int CardView

On older platforms we do not explicitly set a background color and let CardView compute one based on the theme. On API v23+ we can use the platform provided floating background color

CardView_Dark

int CardView_Dark

CardView_Light

int CardView_Light

Public constructors

R.style

R.style ()

Hooray!