标签: android android-view android-custom-view android-attributes
为自定义View创建自定义属性是公平straightforward。正如创建custom ActionProvider一样。困难在于ActionProvider类构造函数只有Context参数而没有AttributeSet参数,就像自定义View一样。有没有其他方法可以从构造函数中访问自定义属性,例如我可以通过其他方式访问AttributeSet对象吗?或者将自定义属性添加到自定义ActionProvider的任何其他方法?任何帮助赞赏。谢谢!
View
ActionProvider
Context
AttributeSet