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

6 lines
659 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:tag="layout/tmap_webview_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/title_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/tmap_common_titlebar" />
<com.skt.tmap.view.TmapWebView android:id="@id/webview" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/title_layout" />
</RelativeLayout>