android 可以在程序代码中设置style吗

2025-04-13 23:00:38
推荐回答(2个)
回答1:

如果你是给textView的话,可以

textView.setTextAppearance(this, R.style.MyStyle);

其它的话就不行了。

回答2:

可以 很多控件不必在xml中设置 可以自定义 或者用系统定义好的样式