我在我的应用中使用了mapforge离线地图,我想要显示这样的地图:
我尝试将MapView的背景设置为这样的圆形:
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="120dp"
android:height="120dp"/>
</shape>
但它不起作用.. 有什么建议吗?