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

28 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@id/main_sf_des_t_layout_homeoffice" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:id="@id/main_sf_des_t_layout_home_com" android:background="@drawable/tmap_common_list_bg" android:clickable="true" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_89dp">
<ImageView android:id="@id/main_sf_des_t_imageview_home_icon" android:duplicateParentState="true" android:layout_width="@dimen/tmap_24dp" android:layout_height="@dimen/tmap_24dp" android:layout_marginLeft="@dimen/tmap_20dp" android:src="@drawable/ic_icon_home_disable" android:layout_centerVertical="true" />
<LinearLayout android:gravity="center_vertical" android:id="@id/main_sf_des_t_btn_home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_centerVertical="true">
<TextView android:textSize="@dimen/tmap_14dp" android:textColor="@color/tmap_favorite_search_txt_selector" android:gravity="center" android:id="@id/main_sf_des_t_btn_home_select" android:background="@drawable/btn_main_change_selector" android:paddingLeft="@dimen/tmap_12dp" android:paddingRight="@dimen/tmap_12dp" android:clickable="true" android:layout_width="wrap_content" android:layout_height="@dimen/tmap_28dp" android:layout_marginRight="@dimen/tmap_19dp" android:fontFamily="@font/skt_tmap_300" />
<CheckBox android:id="@id/main_sf_edit_t_home_checkbox" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="@dimen/tmap_19dp" android:button="@drawable/selector_checkbox" />
</LinearLayout>
<LinearLayout android:orientation="vertical" android:id="@id/main_sf_des_t_home_text_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_13dp" android:layout_toLeftOf="@id/main_sf_des_t_btn_home" android:layout_toRightOf="@id/main_sf_des_t_imageview_home_icon" android:layout_centerVertical="true">
<TextView android:textSize="@dimen/tmap_search_listview_txt_size" android:textColor="@color/color_000000" android:gravity="center_vertical" android:id="@id/main_sf_des_t_textview_home_text" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/str_home" android:fontFamily="@font/skt_tmap_300" />
<TextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_808080" android:ellipsize="end" android:id="@id/main_sf_des_t_textview_home_text_addr" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_7dp" android:singleLine="true" android:fontFamily="@font/skt_tmap_300" />
</LinearLayout>
<ImageView android:background="@color/color_e6e6e6" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_0.5dp" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_alignParentBottom="true" />
</RelativeLayout>
<RelativeLayout android:id="@id/main_sf_des_t_layout_office_com" android:background="@drawable/tmap_common_list_bg" android:clickable="true" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_89dp" android:layout_below="@id/main_sf_des_t_layout_home_com">
<ImageView android:id="@id/main_sf_des_t_imageview_office_icon" android:duplicateParentState="true" android:layout_width="@dimen/tmap_24dp" android:layout_height="@dimen/tmap_24dp" android:layout_marginLeft="@dimen/tmap_20dp" android:src="@drawable/ic_icon_office_disable" android:layout_centerVertical="true" />
<LinearLayout android:gravity="center_vertical" android:id="@id/main_sf_des_t_btn_office" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_centerVertical="true">
<TextView android:textSize="@dimen/tmap_14dp" android:textColor="@color/tmap_favorite_search_txt_selector" android:gravity="center" android:id="@id/main_sf_des_t_btn_office_select" android:background="@drawable/btn_main_change_selector" android:paddingLeft="@dimen/tmap_12dp" android:paddingRight="@dimen/tmap_12dp" android:clickable="true" android:layout_width="wrap_content" android:layout_height="@dimen/tmap_28dp" android:layout_marginRight="@dimen/tmap_19dp" android:fontFamily="@font/skt_tmap_300" />
<CheckBox android:id="@id/main_sf_edit_t_office_checkbox" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="@dimen/tmap_19dp" android:button="@drawable/selector_checkbox" />
</LinearLayout>
<LinearLayout android:orientation="vertical" android:id="@id/main_sf_des_t_office_text_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_13dp" android:layout_toLeftOf="@id/main_sf_des_t_btn_office" android:layout_toRightOf="@id/main_sf_des_t_imageview_office_icon" android:layout_centerVertical="true">
<TextView android:textSize="@dimen/tmap_search_listview_txt_size" android:textColor="@color/color_000000" android:gravity="center_vertical" android:id="@id/main_sf_des_t_textview_office_text" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/favorite_office_text" android:fontFamily="@font/skt_tmap_300" />
<TextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_808080" android:ellipsize="end" android:id="@id/main_sf_des_t_textview_office_text_addr" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_7dp" android:singleLine="true" android:fontFamily="@font/skt_tmap_300" />
</LinearLayout>
<ImageView android:background="@color/color_e6e6e6" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_0.5dp" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_alignParentBottom="true" />
</RelativeLayout>
</RelativeLayout>