Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下代码来设置标题:
super.setTitle("abc");
我只想设置颜色
标题栏中的标准颜色由设备设置选项中设置的颜色定义。你不能从代码中改变它。如果需要,可以创建另一个标签并隐藏默认标题栏,但我不建议这样做。