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

24 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:tag="layout/main_search_history_item_0" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<RelativeLayout android:tag="binding_1" android:background="@color/color_f3f3f3" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_85dp">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="@drawable/search_box_selector" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/tmap_10dp" android:layout_marginTop="@dimen/tmap_9dp" android:layout_marginRight="@dimen/tmap_10dp" android:layout_marginBottom="@dimen/tmap_9dp">
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/color_000000" android:ellipsize="end" android:tag="binding_2" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_weight="1.0" android:fontFamily="@font/skp_go_mm" />
<TextView android:textSize="@dimen/tmap_12dp" android:textColor="@drawable/search_result_list_detail_color" android:gravity="center" android:background="@drawable/search_result_list_detail_bg" android:duplicateParentState="true" android:layout_width="@dimen/tmap_42dp" android:layout_height="@dimen/tmap_27dp" android:layout_marginLeft="@dimen/tmap_15dp" android:layout_marginRight="@dimen/tmap_15dp" android:text="@string/txt_detail" android:fontFamily="@font/skp_go_mm" />
</LinearLayout>
</RelativeLayout>
<RelativeLayout android:tag="binding_3" android:layout_width="fill_parent" android:layout_height="wrap_content">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="@drawable/common_list_selector" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_65dp">
<ImageView android:tag="binding_4" android:layout_width="@dimen/tmap_19dp" android:layout_height="@dimen/tmap_19dp" android:layout_marginLeft="@dimen/tmap_20dp" />
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/color_000000" android:ellipsize="end" android:gravity="center_vertical" android:tag="binding_5" android:layout_width="@dimen/tmap_0dp" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_12dp" android:maxLines="1" android:layout_weight="1.0" android:fontFamily="@font/skp_go_mm" />
<TextView android:textSize="@dimen/tmap_12dp" android:textColor="@color/color_cccccc" android:gravity="center|right" android:tag="binding_6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_8dp" android:layout_marginRight="@dimen/tmap_17dp" android:layout_alignParentRight="true" android:fontFamily="@font/skp_go_mm" />
<CheckBox android:tag="binding_7" android:clickable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="@dimen/tmap_17dp" android:button="@drawable/selector_checkbox" />
</LinearLayout>
<View android:background="@color/color_eeeeee" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_1dp" android:layout_marginLeft="@dimen/tmap_49dp" android:layout_alignParentBottom="true" />
</RelativeLayout>
<RelativeLayout android:gravity="center" android:id="@id/ad_view_container" android:tag="binding_8" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_80dp">
<androidx.constraintlayout.widget.ConstraintLayout android:gravity="center" android:background="@drawable/search_gray_background" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="@dimen/tmap_10dp">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/logo_tmap_new" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</RelativeLayout>
</RelativeLayout>