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

10 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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_homeoffice_footer" android:background="@drawable/tmap_common_list_bg" android:clickable="true" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_89dp">
<ImageView android:id="@id/main_sf_des_t_btn_favorite_ico" android:layout_width="@dimen/tmap_17dp" android:layout_height="@dimen/tmap_17dp" android:layout_marginLeft="@dimen/tmap_20dp" android:src="@drawable/favorite" android:layout_centerVertical="true" />
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/color_3673ee" android:gravity="center_vertical" android:id="@id/main_sf_des_t_textview_favorite_text" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_13dp" android:text="@string/favorite_add_favorite_text" android:layout_toLeftOf="@id/main_sf_des_t_btn_favorite_select" android:layout_toRightOf="@id/main_sf_des_t_btn_favorite_ico" android:layout_centerVertical="true" />
<ImageView android:id="@id/main_sf_des_t_btn_favorite_select" android:clickable="true" android:layout_width="@dimen/tmap_20dp" android:layout_height="@dimen/tmap_20dp" android:layout_marginRight="@dimen/tmap_20dp" android:src="@drawable/btn_spot_add_selector" android:scaleType="center" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
<ImageView android:background="@color/tmap_common_list_divider_color" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_1dp" android:layout_alignParentBottom="true" />
</RelativeLayout>
</RelativeLayout>