public static final class R.style
extends Object
java.lang.Object | |
↳ | android.support.v7.cardview.R.style |
Fields |
|
---|---|
public static int |
Base_CardView |
public static int |
CardView 在较老的平台上,我们没有明确设置背景颜色,并让CardView根据主题计算背景颜色。 |
public static int |
CardView_Dark |
public static int |
CardView_Light |
Public constructors |
|
---|---|
R.style() |
Inherited methods |
|
---|---|
From class java.lang.Object
|
int Base_CardView
int CardView
在较老的平台上,我们没有明确设置背景颜色,并让CardView根据主题计算背景颜色。 在API v23 +上,我们可以使用提供浮动背景色的平台
int CardView_Dark
int CardView_Light
R.style ()