gpt4 book ai didi

android - 如何在 androidplot 中配置 "PointLabelFormatter"?

转载 作者:行者123 更新时间:2023-11-29 01:41:18 25 4
gpt4 key购买 nike

现在我正在使用 androidplot 库,当我想将点标签更改为透明时遇到问题。在java代码中很容易改变它:

myFormat.setPointLabelFormatter(new PointLabelFormatter(Color.TRANSPARENT));

但是,我想将它设置在一个 XML 文件中。在教程中有关于线和点的设置:

<?xml version="1.0" encoding="utf-8"?>

<config
linePaint.strokeWidth="3dp"
linePaint.color="#b35900"
vertexPaint.color="#b85c2e"
pointText.color = "#00000000"
fillPaint.color="#00000000"
pointLabelFormatter.textPaint.color="#FFFFFF"/>

但是没有关于点标签的属性。如果我想在XML中添加点标签,我在哪里可以找到点标签的名称和属性?

最佳答案

Try this code
<?xml version="1.0" encoding="utf-8"?>
<config
linePaint.strokeWidth="4dp"
linePaint.color="#42D236"
vertexPaint.color="#00AA00"
fillPaint.color="#00000000"
pointLabelFormatter.textPaint.strokeWidth="2dp"
pointLabelFormatter.textPaint.color="#000000" />

关于android - 如何在 androidplot 中配置 "PointLabelFormatter"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24479319/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com