14 lines
5.4 KiB
XML
14 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/navi_reroute_to_destination_layout" android:tag="layout/navi_reroute_to_destination_view_0" android:background="@drawable/navi_info_gray_background" android:layout_width="fill_parent" android:layout_height="wrap_content" app:behavior_hideable="true" app:behavior_peekHeight="0.0dip" app:layout_behavior="com.skt.tmap.view.UserLockBottomSheetBehavior"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/white_color" android:id="@id/navi_reroute_to_destination_info_text" android:tag="binding_1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_marginTop="@dimen/tmap_20dp" android:text="@string/navigate_to_destination" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" />
|
|
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/navi_reroute_to_destination_price_time_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_marginTop="@dimen/tmap_8dp" android:layout_marginRight="@dimen/tmap_20dp" android:layout_marginBottom="@dimen/tmap_20dp" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toBottomOf="@id/navi_reroute_to_destination_info_text">
|
|
<TextView android:textSize="@dimen/tmap_17dp" android:textColor="@color/color_4382ff" android:id="@id/navi_reroute_to_destination_time_difference_text" android:tag="binding_2" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" />
|
|
<View android:id="@id/navi_reroute_to_destination_time_separate_view" android:background="@drawable/navi_reroute_dot" android:layout_width="@dimen/tmap_2dp" android:layout_height="@dimen/tmap_2dp" android:layout_marginLeft="@dimen/tmap_8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/navi_reroute_to_destination_time_difference_text" app:layout_constraintTop_toTopOf="parent" />
|
|
<TextView android:textSize="@dimen/tmap_17dp" android:textColor="@color/color_bcbfc5" android:id="@id/navi_reroute_to_destination_distance_difference_text" android:tag="binding_3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/navi_reroute_to_destination_time_separate_view" app:layout_constraintTop_toTopOf="parent" />
|
|
<View android:id="@id/navi_reroute_to_destination_distance_separate_view" android:background="@drawable/navi_reroute_dot" android:layout_width="@dimen/tmap_2dp" android:layout_height="@dimen/tmap_2dp" android:layout_marginLeft="@dimen/tmap_8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/navi_reroute_to_destination_distance_difference_text" app:layout_constraintTop_toTopOf="parent" />
|
|
<TextView android:textSize="@dimen/tmap_17dp" android:textColor="@color/color_bcbfc5" android:id="@id/navi_reroute_to_destination_price_difference_text" android:tag="binding_4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/navi_reroute_to_destination_distance_separate_view" app:layout_constraintTop_toTopOf="parent" />
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/white_color" android:gravity="center" android:id="@id/navi_reroute_to_destination_end_btn" android:tag="binding_5" android:background="@drawable/navi_gray_button_selector" android:layout_width="@dimen/tmap_0dp" android:layout_height="@dimen/tmap_50dp" android:layout_marginLeft="@dimen/tmap_16dp" android:layout_marginTop="@dimen/tmap_22dp" android:layout_marginRight="@dimen/tmap_8dp" android:layout_marginBottom="@dimen/tmap_16dp" android:text="@string/navigate_end_in_here" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toLeftOf="@id/navi_reroute_to_destination_confirm_btn" app:layout_constraintTop_toBottomOf="@id/navi_reroute_to_destination_price_time_layout" />
|
|
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/white_color" android:gravity="center" android:id="@id/navi_reroute_to_destination_confirm_btn" android:tag="binding_6" android:background="@drawable/navi_blue_button_selector" android:layout_width="@dimen/tmap_0dp" android:layout_height="@dimen/tmap_50dp" android:layout_marginRight="@dimen/tmap_16dp" android:layout_marginBottom="@dimen/tmap_16dp" android:text="@string/str_tmap_common_confirm" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/navi_reroute_to_destination_end_btn" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="@id/navi_reroute_to_destination_end_btn" />
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |