tmap/res/layout/tmap_main.xml
2022-06-10 21:38:30 +09:00

9 lines
881 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/main_layout" android:tag="layout/tmap_main_0" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<include android:id="@id/contents_layout" layout="@layout/tmap_main_body" />
<FrameLayout android:tag="binding_1" android:layout_width="fill_parent" android:layout_height="fill_parent">
<FrameLayout android:id="@id/main_web_view_layout" android:background="@drawable/bottom_sheet_main_background" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<View android:layout_gravity="bottom" android:background="@drawable/shadow" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_2dp" />
</FrameLayout>
</FrameLayout>