gpt4 book ai didi

java - 如何在 Android 10 中以编程方式设置自定义主题属性

转载 作者:行者123 更新时间:2023-12-01 16:23:52 29 4
gpt4 key购买 nike

可以轻松更改 styles.xml 中的主题属性,以及在 attrs.xml 中定义新的自定义主题属性。

但是如何在java代码中做到这一点呢?

在Activity中调用setTheme后,如何以编程方式更改或定义属性?

TestActivity.java

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

// Apply "AppTheme" to this Activity
super.setTheme(R.style.AppTheme);

// How to change theme attribute "colorPrimary" or "android.R.attr.colorPrimary" in here?

// How to define new custom theme attribute "customThemeAttribute" in here?
}

谢谢。

最佳答案

经过一些研究,没有办法以编程方式设置主题属性。

关于java - 如何在 Android 10 中以编程方式设置自定义主题属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62199311/

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