gpt4 book ai didi

android - Yandex mapkit android 气球设置文本颜色

转载 作者:行者123 更新时间:2023-11-30 01:29:15 26 4
gpt4 key购买 nike

<分区>

在使用名为“yandexmapkit-sample”的 yandexmapkit 库的示例中,我从 https://github.com/yandexmobile/yandexmapkit-android 获得,当我开始任何在其代码中包含气球的示例时,气球的文本颜色和背景颜色是相同的。

我能以某种方式改变这些颜色吗?

Overlay overlay = new Overlay(mMapController);
OverlayItem kremlin = new OverlayItem(new GeoPoint(55.752004 , 37.617017), res.getDrawable(R.drawable.kreml));
BalloonItem balloonKremlin = new BalloonItem(this,kremlin.getGeoPoint());
balloonKremlin.setText("Московский Кремль. Здесь можно ещё много о чём написать.");
balloonKremlin.setOnBalloonListener(this);
kremlin.setBalloonItem(balloonKremlin);
overlay.addOverlayItem(kremlin);

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