10 lines
358 B
XML
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> |