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

8 lines
940 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="@color/color_e523232a" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:gravity="center" android:orientation="vertical" android:id="@id/ai_main_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentBottom="true">
<com.skt.tmap.view.TmapWebView android:id="@id/ai_help_webview" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<ImageButton android:id="@id/close_button" android:background="@android:color/transparent" android:layout_width="@dimen/tmap_45dp" android:layout_height="@dimen/tmap_45dp" android:src="@drawable/ai_btn_close_selector" android:layout_alignParentRight="true" />
</RelativeLayout>
</RelativeLayout>