android自定义强制属性

时间:2014-03-18 10:10:57

标签: android attributes

我在Android中使用自定义属性来自定义布局样式。我想强制要求这样的属性,即:

<declare-styleable name="MyLayout">
    <attr name="my_attr" format="boolean"/>
</declare-styleable>

<com.example.MyLayout
    android:other_attributes="blabla" >
<com.example.MyLayout/>

在没有my_attr的情况下定义MyLayout的这种尝试是否有可能在编译时失败?

0 个答案:

没有答案