大家好,又见面了,我是你们的朋友全栈君。
format | 值类型 |
---|---|
reference | 资源ID |
color | 颜色值 |
dimension | 尺寸值 |
float | 浮点值 |
string | 字符串 |
fraction | 百分数 |
<declare-styleable name="XXX"> // 自定义View的类名
<attr name="" format="reference" /> // 资源ID
<attr name="" format="color" /> // 颜色值
<attr name="" format="boolean" /> // boolean值
<attr name="" format="dimension" /> // 尺寸值
<attr name="" format="float" /> // 浮点值
<attr name="" format="integer" /> // 整型值
<attr name="" format="string" /> // 字符串
<attr name="" format="fraction" /> // 百分数
<attr name="orientation"> // 枚举值
<enum name="horizontal" value="0" />
<enum name="vertical" value="1" />
</attr>
<attr name="windowSoftInputMode"> // 位或运算
<flag name="stateUnspecifed" value="0" />
<flag name="stateWindowvisible" value="1" />
</attr>
</declare-styleable>
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/158600.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...