public abstract @interface Dimension
implements Annotation
android.support.annotation.Dimension |
表示整数参数,字段或方法返回值预计表示维度。
Nested classes |
|
---|---|
@interface |
Dimension.Unit
|
Constants |
|
---|---|
int |
DP |
int |
PX |
int |
SP |
Inherited methods |
|
---|---|
From interface java.lang.annotation.Annotation
|
int DP
常量值:0(0x00000000)
int PX
常数值:1(0x00000001)
int SP
常量值:2(0x00000002)