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

13 lines
447 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">
<FrameLayout
android:visibility="visible"
android:id="@+id/fl_cars"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</FrameLayout>
</RelativeLayout>