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

24 lines
4.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical" android:tag="layout/route_summary_detail_view_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">
<LinearLayout android:orientation="vertical" android:id="@id/tmap_route_summary_detail_handle_layout" android:background="@drawable/bottom_sheet_white_background" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_26dp">
<View android:layout_gravity="center" android:id="@id/bottom_content_handle" android:background="@drawable/bottom_sheet_handle_background" android:layout_width="@dimen/tmap_38dp" android:layout_height="@dimen/tmap_5dp" android:layout_marginTop="@dimen/tmap_20dp" />
</LinearLayout>
<RelativeLayout android:background="@color/white_color" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/tmap_route_summary_detail_handle_layout">
<LinearLayout android:orientation="vertical" android:id="@id/tmap_route_summary_detail_list_content" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_route_detail_list_header_height" android:layout_marginLeft="@dimen/tmap_19dp" android:layout_marginRight="@dimen/tmap_18dp" android:layout_alignParentTop="true">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_16dp">
<TextView android:textSize="@dimen/tmap_23dp" android:textColor="@color/black_color" android:id="@id/tmap_route_summary_detail_list_content_time" android:tag="binding_1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:fontFamily="@font/skp_go_bm" />
<TextView android:textSize="@dimen/tmap_14dp" android:textColor="@color/color_b6b6b6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_5dp" android:layout_marginRight="@dimen/tmap_5dp" android:text="@string/ai_route_option_separate_string" android:fontFamily="@font/skp_go_mm" />
<TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/black_color" android:id="@id/tmap_route_summary_detail_list_content_distance" android:tag="binding_2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:fontFamily="@font/skp_go_mm" />
<TextView android:textSize="@dimen/tmap_14dp" android:textColor="@color/color_b6b6b6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_5dp" android:layout_marginRight="@dimen/tmap_5dp" android:text="@string/ai_route_option_separate_string" android:fontFamily="@font/skp_go_mm" />
<TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/black_color" android:id="@id/tmap_route_summary_detail_list_content_fee" android:tag="binding_3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/skp_go_mm" />
</LinearLayout>
<TextView android:textSize="@dimen/tmap_17dp" android:textColor="@color/black_color" android:ellipsize="end" android:id="@id/tmap_route_summary_detail_list_content_dest" android:tag="binding_4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_8dp" android:singleLine="true" android:fontFamily="@font/skp_go_mm" />
</LinearLayout>
<ImageButton android:id="@id/tmap_route_summary_favorites_btn" android:tag="binding_5" android:background="@null" android:paddingLeft="@dimen/tmap_15dp" android:paddingRight="@dimen/tmap_20dp" android:layout_width="wrap_content" android:layout_height="@dimen/tmap_route_detail_list_header_height" android:src="@drawable/btn_fav_route_selector" android:layout_alignParentTop="true" android:layout_alignParentRight="true" />
<View android:id="@id/tmap_route_summary_detail_header_divider" android:background="@color/color_f0f0f0" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_1dp" android:layout_below="@id/tmap_route_summary_detail_list_content" />
<androidx.core.widget.NestedScrollView android:id="@id/tmap_route_summary_detail_nested_scroll" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/tmap_route_summary_detail_header_divider">
<androidx.recyclerview.widget.RecyclerView android:id="@id/tmap_route_summary_detail_list" android:background="@color/white_color" android:layout_width="fill_parent" android:layout_height="fill_parent" app:layoutManager="com.skt.tmap.util.RecyclerViewLinearLayoutManager" />
</androidx.core.widget.NestedScrollView>
</RelativeLayout>
</RelativeLayout>