Most visited

Recently visited

R.styleable

public static final class R.styleable
extends Object

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


Summary

Fields

public static final int[] CardView

可以与CardView一起使用的属性。

public static int CardView_android_minHeight

解决方法可以读取用户定义的最小高度

可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。

public static int CardView_android_minWidth

解决方法可以读取用户定义的最小宽度

可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。

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

Fields

CardView

int[] CardView

可以与CardView一起使用的属性。

包含以下属性:

Attribute 描述
android.support.v7.cardview:cardBackgroundColor Background color for CardView.
android.support.v7.cardview:cardCornerRadius Corner radius for CardView.
android.support.v7.cardview:cardElevation Elevation for CardView.
android.support.v7.cardview:cardMaxElevation Maximum Elevation for CardView.
android.support.v7.cardview:cardPreventCornerOverlap Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners.
android.support.v7.cardview:cardUseCompatPadding Add padding in API v21+ as well to have the same measurements with previous versions.
android.support.v7.cardview:contentPadding Inner padding between the edges of the Card and children of the CardView.
android.support.v7.cardview:contentPaddingBottom Inner padding between the bottom edge of the Card and children of the CardView.
android.support.v7.cardview:contentPaddingLeft Inner padding between the left edge of the Card and children of the CardView.
android.support.v7.cardview:contentPaddingRight Inner padding between the right edge of the Card and children of the CardView.
android.support.v7.cardview:contentPaddingTop Inner padding between the top edge of the Card and children of the CardView.
android:minWidth
android:minHeight

也可以看看:

CardView_android_minHeight

int CardView_android_minHeight

解决方法可以读取用户定义的最小高度

可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_android_minWidth

int CardView_android_minWidth

解决方法可以读取用户定义的最小宽度

可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_cardBackgroundColor

int CardView_cardBackgroundColor

CardView的背景颜色。

可能是一个颜色值,形式为“ #rgb ”,“ #argb ”,“ #rrggbb#aarrggbb ”。

CardView_cardCornerRadius

int CardView_cardCornerRadius

CardView的拐角半径。

可能是一个维度值,它是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_cardElevation

int CardView_cardElevation

CardView的高程。

可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_cardMaxElevation

int CardView_cardMaxElevation

CardView的最大高程。

可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_cardPreventCornerOverlap

int CardView_cardPreventCornerOverlap

在v20和之前添加填充到CardView以防止卡片内容和圆角之间的交叉。

可能是布尔值,如“ true ”或“ false ”。

CardView_cardUseCompatPadding

int CardView_cardUseCompatPadding

在API v21 +中添加填充以及与之前版本具有相同的测量。

可能是布尔值,例如“ true ”或“ false ”。

CardView_contentPadding

int CardView_contentPadding

卡片边缘和CardView子项之间的内部填充。

可能是尺寸值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_contentPaddingBottom

int CardView_contentPaddingBottom

卡片底部边缘和CardView儿童之间的内部填充。

可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_contentPaddingLeft

int CardView_contentPaddingLeft

卡的左边缘和CardView的孩子之间的内部填充。

可能是一个尺寸值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_contentPaddingRight

int CardView_contentPaddingRight

卡片右边缘和CardView儿童之间的内部填充。

可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

CardView_contentPaddingTop

int CardView_contentPaddingTop

卡片顶部边缘和CardView儿童之间的内部填充。

可能是一个维度值,这是一个浮点数,后面跟着一个单位,例如“ 14.5sp ”。 可用单位为:px(像素),dp(密度独立像素),sp(基于首选字体大小的缩放像素),单位为英寸和毫米。

Public constructors

R.styleable

R.styleable ()

Hooray!