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

13 lines
358 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp">
<ImageView
android:id="@+id/iv_traffic"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>