标签: android android-styles
如果可能的话,我想在运行时更改自定义主题的属性。
<resources> <style name="MyTheme" parent ="Theme.Material.Light"> <item name="android:textColor">#000000</item> </style> </resources>
根据所有视图的背景颜色设置textcolor。
textcolor
如果那是不可能的,有没有办法创建自定义主题类(而不是XML,代码),并根据某些条件更改颜色。