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.
如何在 Android 中更改图形的背景颜色。含义:图表的背景是黑色的,图表本身是白色的,活动的背景也是白色的。好像没找到把黑改白的地方。。。
我可以更改图形本身的颜色,但不能更改显示它的背景
提前致谢
您可以使用以下方法更改颜色
renderer.setApplyBackgroundColor(true); renderer.setBackgroundColor(Color.WHITE); renderer.setMarginsColor(Color.WHITE);
找到解决方案,不得不使用mRenderer.setMarginsColor感谢答案!
mRenderer.setMarginsColor