0

アプリで mapsforge オフライン マップを使用しています。マップを次のように表示したいと考えています。

ここに画像の説明を入力

MapView の Background を次のような円形の Shape に設定してみました:

<?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>

しかし、うまくいきません..何か提案はありますか?

4

0 に答える 0