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

47 lines
11 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout android:tag="layout/search_result_activity_0" 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">
<com.skt.tmap.mapview.streaming.MapViewStreaming android:id="@id/search_result_map_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/search_result_text_layout" android:tag="binding_1" android:background="@color/color_ffffff" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_56dp">
<ImageView android:id="@id/search_result_back_btn" android:tag="binding_2" android:layout_width="@dimen/tmap_52dp" android:layout_height="@dimen/tmap_56dp" android:src="@drawable/ic_near_back" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" />
<ImageView android:id="@id/search_result_close_btn" android:tag="binding_3" android:layout_width="@dimen/tmap_50dp" android:layout_height="@dimen/tmap_50dp" android:layout_marginRight="@dimen/tmap_1dp" android:src="@drawable/ic_end_close" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/color_000000" android:ellipsize="end" android:id="@id/search_result_text" android:tag="binding_4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_59dp" android:layout_marginRight="@dimen/tmap_12dp" android:maxLines="1" android:maxLength="50" android:fontFamily="@font/skp_go_bm" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toLeftOf="@id/search_result_close_btn" app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<View android:background="@drawable/near_title_shadow" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_7dp" android:layout_marginTop="@dimen/tmap_56dp" />
<androidx.constraintlayout.widget.ConstraintLayout android:tag="binding_5" android:layout_width="fill_parent" android:layout_height="fill_parent">
<include android:id="@id/search_result_map_button_layout" layout="@layout/map_button_layout" />
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout android:orientation="vertical" android:id="@id/search_result_bottom_sheet_layout" android:background="@drawable/bottom_sheet_white_background" android:clickable="true" android:layout_width="fill_parent" android:layout_height="fill_parent" app:behavior_fitToContents="false" app:behavior_hideable="false" app:behavior_peekHeight="@dimen/tmap_72dp" app:layout_behavior="com.skt.tmap.view.TmapBottomSheetBehavior">
<View android:layout_gravity="center_horizontal" android:id="@id/search_result_bottom_content_handle" android:layout_marginTop="@dimen/tmap_20dp" style="@style/bottom_sheet_handle" />
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/search_result_bottom_sorting_layout" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_48dp">
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/search_result_filter_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_20dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent">
<TextView android:textSize="@dimen/tmap_14dp" android:id="@id/search_result_filter_location_center_text" android:tag="binding_6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/current_location_base" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" />
<ImageView android:id="@id/search_result_filter_dot" android:layout_width="@dimen/tmap_2dp" android:layout_height="@dimen/tmap_2dp" android:layout_marginLeft="@dimen/tmap_9dp" android:src="@drawable/img_dot_01" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/search_result_filter_location_center_text" app:layout_constraintTop_toTopOf="parent" />
<TextView android:textSize="@dimen/tmap_14dp" android:id="@id/search_result_filter_map_center_text" android:tag="binding_7" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_9dp" android:text="@string/current_map_base" app:layout_constraintLeft_toRightOf="@id/search_result_filter_dot" app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView android:id="@id/search_result_sorting_text" android:tag="binding_8" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="@dimen/tmap_20dp" android:drawableLeft="@drawable/ic_near_sorting" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/near_sort_filter_text" />
<View android:background="@color/color_f0f0f0" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_1dp" app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout android:id="@id/search_result_ad_layout" android:tag="binding_9" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_0dp">
<FrameLayout android:id="@id/search_result_ad_background_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/tmap_10dp">
<RelativeLayout android:layout_gravity="center" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_near_search_holder_ad_image_height">
<ImageView android:id="@id/search_result_ad_image" android:background="@drawable/white_button_background" android:layout_width="wrap_content" android:layout_height="fill_parent" android:scaleType="fitCenter" android:adjustViewBounds="true" android:layout_centerInParent="true" />
</RelativeLayout>
</FrameLayout>
</FrameLayout>
<com.skt.tmap.view.DimensionedNestedScrollView android:id="@id/search_result_nested_scroll_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
<androidx.recyclerview.widget.RecyclerView android:id="@id/search_result_recycler_layout" android:tag="binding_10" android:layout_width="fill_parent" android:layout_height="fill_parent" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/search_result_empty_layout" android:tag="binding_11" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent">
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/black_color" android:id="@id/search_result_empty_main_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_112dp" android:text="@string/str_tmap_search_no_result_title" android:fontFamily="@font/skp_go_mm" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />
<TextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_a1a3a6" android:id="@id/search_result_empty_sub_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_4dp" android:text="@string/str_tmap_search_no_result_content" android:fontFamily="@font/skp_go_mm" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toBottomOf="@id/search_result_empty_main_text" />
<TextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_3673ee" android:gravity="center" android:id="@id/search_result_register_new_poi_text" android:tag="binding_12" android:background="@drawable/btn_main_regis_selector" android:layout_width="@dimen/tmap_96dp" android:layout_height="@dimen/tmap_28dp" android:layout_marginTop="@dimen/tmap_26dp" android:text="@string/str_tmap_search_no_result_regist" android:fontFamily="@font/skp_go_mm" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toBottomOf="@id/search_result_empty_sub_text" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</com.skt.tmap.view.DimensionedNestedScrollView>
</LinearLayout>
<androidx.constraintlayout.widget.ConstraintLayout android:layout_gravity="bottom" android:id="@id/search_result_guide_search_layout" android:tag="binding_13" android:background="@drawable/btn_search_btm_selector" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_50dp" android:layout_marginLeft="@dimen/tmap_9dp" android:layout_marginRight="@dimen/tmap_9dp" android:layout_marginBottom="@dimen/tmap_10dp">
<TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_ffffff" android:ellipsize="end" android:tag="binding_14" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="1" android:drawableRight="@drawable/btn_search_btm" android:drawablePadding="@dimen/tmap_8dp" android:fontFamily="@font/skp_go_mm" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/search_result_call_out_bottom_sheet_layout" android:clickable="true" android:layout_width="fill_parent" android:layout_height="wrap_content" app:behavior_fitToContents="true" app:behavior_hideable="true" app:behavior_peekHeight="@dimen/tmap_0dp" app:layout_behavior="com.skt.tmap.view.UserLockBottomSheetBehavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>