我做了一个扩展的视图,覆盖了 3 个视图构造器并尝试将它插入到我的小部件的 xml 中.
i made a extended a View, overwrote the 3 View Contructors and tried to insert it on my xml of a widget.
例外是:
java.lang.ClassNotFoundException: com.mypackage.myView in loader dalvik.system.PathClassLoader@4001e710
java.lang.ClassNotFoundException: com.mypackage.myView in loader dalvik.system.PathClassLoader@4001e710
是否可以在小部件中使用自定义视图?
is it possible to use custom views in Widgets?
是否可以在小部件?
is it possible to use custom views in Widgets?
如果您所说的小部件"是指应用小部件",那么,不是.您不能在应用小部件中使用自定义 View
类.
If by "Widgets" you mean "app widgets", then, no. You cannot use custom View
classes in app widgets.
这篇关于Android - 在小部件中使用自定义视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!