Files
MoGoEagleEye/libraries/mapmodule/src/main/res/layout/panel_polygon.xml
2023-08-07 11:21:55 +08:00

10 lines
358 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.zhidaoauto.map.sdk.inner.panel.PolyLineView
android:id="@+id/cus_polygon"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>