12 lines
2.2 KiB
XML
12 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:orientation="vertical" android:tag="layout/main_search_map_fragment_0" android:background="@color/color_ffffff" 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">
|
|
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/color_ffffff" android:gravity="center" android:id="@id/main_search_map_confirm_button" android:tag="binding_1" android:background="@drawable/common_button_background_blue_selector" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_55dp" android:text="@string/str_tmap_common_confirm" android:layout_alignParentBottom="true" android:fontFamily="@font/skp_go_mm" />
|
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_above="@id/main_search_map_confirm_button">
|
|
<com.skt.tmap.mapview.streaming.MapViewStreaming android:id="@id/map_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
|
<View android:id="@id/center_position_view" android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_centerInParent="true" />
|
|
<ImageView android:layout_width="@dimen/tmap_28dp" android:layout_height="@dimen/tmap_40dp" android:src="@drawable/detail_ico_place" android:layout_above="@id/center_position_view" android:layout_centerHorizontal="true" />
|
|
</RelativeLayout>
|
|
<TextView android:textSize="@dimen/tmap_14dp" android:textColor="@color/color_ffffff" android:ellipsize="marquee" android:gravity="center" android:id="@id/main_search_map_address_text" android:tag="binding_2" android:background="@color/color_cc4b5054" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_28dp" android:singleLine="true" android:layout_above="@id/main_search_map_confirm_button" android:fontFamily="@font/skp_go_mm" />
|
|
<ImageView android:tag="binding_3" android:layout_width="@dimen/tmap_54dp" android:layout_height="@dimen/tmap_58dp" android:layout_marginLeft="@dimen/tmap_7dp" android:layout_marginBottom="@dimen/tmap_7dp" android:scaleType="fitXY" android:layout_above="@id/main_search_map_address_text" />
|
|
</RelativeLayout> |