public static final class R.styleable
extends Object
java.lang.Object | |
↳ | android.support.v7.cardview.R.styleable |
Fields |
|
---|---|
public static final int[] |
CardView 可以与CardView一起使用的属性。 |
public static int |
CardView_android_minHeight 解决方法可以读取用户定义的最小高度 可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ |
public static int |
CardView_android_minWidth 解决方法可以读取用户定义的最小宽度 可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ |
public static int |
CardView_cardBackgroundColor CardView的背景颜色。 |
public static int |
CardView_cardCornerRadius CardView的拐角半径。 |
public static int |
CardView_cardElevation CardView的高程。 |
public static int |
CardView_cardMaxElevation CardView的最大高程。 |
public static int |
CardView_cardPreventCornerOverlap 在v20和之前添加填充到CardView以防止卡片内容和圆角之间的交叉。 |
public static int |
CardView_cardUseCompatPadding 在API v21 +中添加填充以及与之前版本具有相同的测量。 |
public static int |
CardView_contentPadding 卡片边缘和CardView子项之间的内部填充。 |
public static int |
CardView_contentPaddingBottom 卡片底部边缘和CardView儿童之间的内部填充。 |
public static int |
CardView_contentPaddingLeft 卡的左边缘和CardView的孩子之间的内部填充。 |
public static int |
CardView_contentPaddingRight 卡片右边缘和CardView儿童之间的内部填充。 |
public static int |
CardView_contentPaddingTop 卡片顶部边缘和CardView儿童之间的内部填充。 |
Public constructors |
|
---|---|
R.styleable() |
Inherited methods |
|
---|---|
From class java.lang.Object
|
int[] CardView
可以与CardView一起使用的属性。
包含以下属性:
Attribute | 描述 |
---|---|
|
Background color for CardView. |
|
Corner radius for CardView. |
|
Elevation for CardView. |
|
Maximum Elevation for CardView. |
|
Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. |
|
Add padding in API v21+ as well to have the same measurements with previous versions. |
|
Inner padding between the edges of the Card and children of the CardView. |
|
Inner padding between the bottom edge of the Card and children of the CardView. |
|
Inner padding between the left edge of the Card and children of the CardView. |
|
Inner padding between the right edge of the Card and children of the CardView. |
|
Inner padding between the top edge of the Card and children of the CardView. |
|
|
|
也可以看看:
CardView_cardBackgroundColor
CardView_cardCornerRadius
CardView_cardElevation
CardView_cardMaxElevation
CardView_cardPreventCornerOverlap
CardView_cardUseCompatPadding
CardView_contentPadding
CardView_contentPaddingBottom
CardView_contentPaddingLeft
CardView_contentPaddingRight
CardView_contentPaddingTop
CardView_android_minWidth
CardView_android_minHeight
int CardView_android_minHeight
解决方法可以读取用户定义的最小高度
可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_android_minWidth
解决方法可以读取用户定义的最小宽度
可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_cardBackgroundColor
CardView的背景颜色。
可能是一个颜色值,形式为“ #rgb
”,“ #argb
”,“ #rrggbb#aarrggbb
”。
int CardView_cardCornerRadius
CardView的拐角半径。
可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_cardElevation
CardView的高程。
可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_cardMaxElevation
CardView的最大高程。
可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_cardPreventCornerOverlap
在v20和之前添加填充到CardView以防止卡片内容和圆角之间的交叉。
可能是布尔值,如“ true
”或“ false
”。
int CardView_cardUseCompatPadding
在API v21 +中添加填充以及与之前版本具有相同的测量。
可能是布尔值,例如“ true
”或“ false
”。
int CardView_contentPadding
卡片边缘和CardView子项之间的内部填充。
可能是尺寸值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_contentPaddingBottom
卡片底部边缘和CardView儿童之间的内部填充。
可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_contentPaddingLeft
卡的左边缘和CardView的孩子之间的内部填充。
可能是一个尺寸值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_contentPaddingRight
卡片右边缘和CardView儿童之间的内部填充。
可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
int CardView_contentPaddingTop
卡片顶部边缘和CardView儿童之间的内部填充。
可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp
”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。
R.styleable ()