Android   发布时间:2022-04-28  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了有没有办法避免在自定义视图(Android)中使用xml中的完整包名?大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
我想做点什么
<TextViewPlus
    android:id="@+id/setTings_title_text"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:text="@String/setTings />@H_419_3@ 
 

代替

<com.my.really.super.long.package.name.that.wont.autocomplete.TextViewPlus
    android:id="@+id/setTings_title_text"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:text="@String/setTings />@H_419_3@ 
 

我想我可以把自定义视图放在(认)包中,但这似乎是一个坏主意. (编辑:经过测试,它无论如何都不起作用)是否有“好”的方法来做到这一点?

@H_801_8@@H_801_8@

解决方法

不,AFAIK你必须使用全名.

大佬总结

以上是大佬教程为你收集整理的有没有办法避免在自定义视图(Android)中使用xml中的完整包名?全部内容,希望文章能够帮你解决有没有办法避免在自定义视图(Android)中使用xml中的完整包名?所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。