アプリで 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>
しかし、うまくいきません..何か提案はありますか?