gpt4 book ai didi

android - 在 Android 自定义 View 中调用 obtainStyledAttributes() 的正确方法是什么

转载 作者:行者123 更新时间:2023-11-29 19:13:08 24 4
gpt4 key购买 nike

有什么区别

TypedArray a = context.getTheme().obtainStyledAttributes(attrs, R.styleable.CustomView, 0, 0);

TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CustomView, defStyleAttr, 0);

最佳答案

“defStyleAttr”是当前主题中的一个属性,它包含对为 TypedArray 提供默认值的样式资源的引用。可以为 0 以不查找默认值。

关于android - 在 Android 自定义 View 中调用 obtainStyledAttributes() 的正确方法是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44510862/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com