public static final class R.styleable
extends Object
java.lang.Object | |
↳ | android.support.percent.R.styleable |
Public constructors |
|
---|---|
R.styleable() |
Inherited methods |
|
---|---|
From class java.lang.Object
|
int[] PercentLayout_Layout
可以与PercentLayout_Layout一起使用的属性。
包含以下属性:
也可以看看:
PercentLayout_Layout_layout_aspectRatio
PercentLayout_Layout_layout_heightPercent
PercentLayout_Layout_layout_marginBottomPercent
PercentLayout_Layout_layout_marginEndPercent
PercentLayout_Layout_layout_marginLeftPercent
PercentLayout_Layout_layout_marginPercent
PercentLayout_Layout_layout_marginRightPercent
PercentLayout_Layout_layout_marginStartPercent
PercentLayout_Layout_layout_marginTopPercent
PercentLayout_Layout_layout_widthPercent
int PercentLayout_Layout_layout_aspectRatio
该符号是可在 PercentLayout_Layout
数组中找到 layout_aspectRatio
属性值的偏移量。
可能是一个小数值,这是一个浮点数,后面跟着%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_heightPercent
该符号是可以在 PercentLayout_Layout
阵列中找到 layout_heightPercent
属性值的偏移量。
可能是一个小数值,它是一个浮点数, 14.5%
%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_marginBottomPercent
该符号是可在 PercentLayout_Layout
阵列中找到属性值 layout_marginBottomPercent
的偏移量。
可能是一个小数值,它是一个浮点数, 14.5%
%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_marginEndPercent
该符号是在 PercentLayout_Layout
数组中可以找到 layout_marginEndPercent
属性值的偏移量。
可能是一个小数值,这是一个浮点数, 14.5%
%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_marginLeftPercent
该符号是可在 PercentLayout_Layout
阵列中找到属性值 layout_marginLeftPercent
的偏移量。
可能是一个小数值,它是一个浮点数,后面跟着%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_marginPercent
该符号是可以在 PercentLayout_Layout
阵列中找到属性值 layout_marginPercent
的偏移量。
可能是一个小数值,这是一个浮点数, 14.5%
%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_marginRightPercent
该符号是在 PercentLayout_Layout
数组中可以找到 layout_marginRightPercent
属性值的偏移量。
可能是一个小数值,它是一个带有%或%p的浮点数,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_marginStartPercent
此符号是在 PercentLayout_Layout
数组中可找到 layout_marginStartPercent
属性的值的偏移量。
可能是一个小数值,这是一个浮点数, 14.5%
%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_marginTopPercent
该符号是可以在 PercentLayout_Layout
阵列中找到 layout_marginTopPercent
属性值的偏移量。
可能是一个小数值,这是一个浮点数, 14.5%
%或%p,如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
int PercentLayout_Layout_layout_widthPercent
此符号是在 PercentLayout_Layout
阵列中可以找到 layout_widthPercent
属性值的偏移量。
可能是一个小数值,这是一个浮点数, 14.5%
%或%p,例如“ 14.5%
”。 %后缀始终表示基本大小的百分比; 可选的%p后缀提供了相对于某个父容器的大小。
R.styleable ()