gpt4 book ai didi

android - View类中context.getTheme.obtainStyledAttributes和context.obtainStyledAttributes的区别

转载 作者:太空宇宙 更新时间:2023-11-03 11:47:38 25 4
gpt4 key购买 nike

context.getTheme.obtainStyledAttributes() 有什么区别和 context.obtainStyledAttributes()?

主题是我的应用风格吗?

最佳答案

都是一样的

在 Context.java 中

 /**
* Retrieve styled attribute information in this Context's theme. See
* {@link android.content.res.Resources.Theme#obtainStyledAttributes(int[])}
* for more information.
*
* @see android.content.res.Resources.Theme#obtainStyledAttributes(int[])
*/
public final TypedArray obtainStyledAttributes(@StyleableRes int[] attrs) {
return getTheme().obtainStyledAttributes(attrs);
}

关于android - View类中context.getTheme.obtainStyledAttributes和context.obtainStyledAttributes的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38933784/

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