Most visited

Recently visited

R.attr

public static final class R.attr
extends Object

java.lang.Object
   ↳ android.support.percent.R.attr


Summary

Fields

public static int layout_aspectRatio

可能是一个小数值,它是一个带有%或%p的浮点数,例如“ 14.5% ”。

public static int layout_heightPercent

可能是一个小数值,这是一个浮点数,后面跟有%或%p,例如“ 14.5% ”。

public static int layout_marginBottomPercent

可能是一个小数值,它是一个浮点数,并附有%或%p,如“ 14.5% ”。

public static int layout_marginEndPercent

可能是一个小数值,这是一个浮点数,后面跟有%或%p,例如“ 14.5% ”。

public static int layout_marginLeftPercent

可能是一个小数值,这是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。

public static int layout_marginPercent

可能是一个小数值,它是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。

public static int layout_marginRightPercent

可能是一个小数值,它是一个浮点数,后面跟有%或%p,例如“ 14.5% ”。

public static int layout_marginStartPercent

可能是一个小数值,它是一个带有%或%p的浮点数,例如“ 14.5% ”。

public static int layout_marginTopPercent

可能是一个小数值,它是一个带有%或%p的浮点数,例如“ 14.5% ”。

public static int layout_widthPercent

可能是一个小数值,这是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。

Public constructors

R.attr()

Inherited methods

From class java.lang.Object

Fields

layout_aspectRatio

int layout_aspectRatio

可能是一个小数值,这是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_heightPercent

int layout_heightPercent

可能是一个小数值,它是一个带有%或%p的浮点数,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_marginBottomPercent

int layout_marginBottomPercent

可能是一个小数值,它是一个带有%或%p的浮点数,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_marginEndPercent

int layout_marginEndPercent

可能是一个小数值,它是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_marginLeftPercent

int layout_marginLeftPercent

可能是一个小数值,这是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_marginPercent

int layout_marginPercent

可能是一个小数值,这是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_marginRightPercent

int layout_marginRightPercent

可能是一个小数值,这是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_marginStartPercent

int layout_marginStartPercent

可能是一个小数值,它是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_marginTopPercent

int layout_marginTopPercent

可能是一个小数值,这是一个浮点数, 14.5% %或%p,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

layout_widthPercent

int layout_widthPercent

可能是一个小数值,它是一个带有%或%p的浮点数,例如“ 14.5% ”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。

Public constructors

R.attr

R.attr ()

Hooray!