将androidplots的背景更改为白色

时间:2017-03-17 16:01:04

标签: android androidplot

我正在使用XYPlots的ListView。我可以通过使用style =" @ style / APDefacto.Light"来改变背景。或style =" @ style / APDefacto.Dark"。这两个效果很好但是,我希望我的图形具有完整的白色背景而不是浅色或深色背景。

带有浅色背景的屏幕截图。

enter image description here

如果仔细查看图表,您会看到背景颜色为灰色,但图表本身为白色。我希望整个背景都是白色的。

我已尝试过链接Change the background color of XYplot in android to white?的解决方案。但是这只能消除图形上的正方形,但背景上没有变化。

以下是生成的屏幕截图。

enter image description here

任何线索, 感谢。

1 个答案:

答案 0 :(得分:0)

只需将这些attrs添加到您的XYPlot的xml:

ap:backgroundColor="#FFF"
ap:graphBackgroundColor="#FFF"