从 XML 布局中的自定义视图中删除包前缀
Posted
技术标签:
【中文标题】从 XML 布局中的自定义视图中删除包前缀【英文标题】:Remove the package prefix from a custom view in the XML layout 【发布时间】:2015-12-11 15:02:11 【问题描述】:我在我的应用中使用自定义按钮视图。 说 com.example.myCustomButton. 我的 XML 看起来像这样。
<com.example.myCustomButton>
stuff here
<com.example.myCustomButton/>
有谁知道是否可以设置我的自定义视图以省略前缀 (com.example.)?
【问题讨论】:
【参考方案1】:您不能省略非框架视图的完整路径。
没有它,框架不知道在哪里寻找这些视图,也没有办法向框架注册你的包。
【讨论】:
以上是关于从 XML 布局中的自定义视图中删除包前缀的主要内容,如果未能解决你的问题,请参考以下文章