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

14 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="@color/setting_footer_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:id="@id/title_layout" android:background="@color/tmap_common_title_bg_color" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_common_title_height">
<ImageButton android:id="@id/tmap_back" android:background="@null" android:layout_width="@dimen/tmap_main_menu_btn_width" android:layout_height="@dimen/tmap_main_menu_btn_height" android:layout_marginLeft="@dimen/tmap_main_menu_btn_margin_left" android:src="@drawable/btn_backpress_selector" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
<TextView android:textSize="@dimen/tmap_common_title_txt_size" android:textColor="@color/tmap_common_title_txt_color" android:gravity="center" android:id="@id/title" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</RelativeLayout>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/title_layout">
<com.skt.tmap.view.TmapWebView android:id="@id/webview" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0" />
<LinearLayout android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/bottom_layout" android:background="@color/color_476ade" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/color_ffffff" android:gravity="center" android:id="@id/simple_text" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_50dp" android:textAlignment="center" />
</LinearLayout>
</LinearLayout>
</RelativeLayout>