91 lines
3.2 KiB
XML
91 lines
3.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/success_layout"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/success_icon"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="16dp"
|
||
|
src="@drawable/ic_check_circle_black_48dp"
|
||
|
tint="#06bf59"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/text_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/mw_pinned_success_title"
|
||
|
style="@style/2132017937"/>
|
||
|
<TextView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/text_date_time"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
style="@style/2132017684"/>
|
||
|
<View
|
||
|
id="@+id/line_view"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/mw_your_have_update_location"
|
||
|
style="@style/2132017665"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/text_dropped_pin"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
style="@style/2132017880"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/text_address"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
style="@style/2132017665"/>
|
||
|
</LinearLayout>
|
||
|
<View style="@style/2132018228"/>
|
||
|
</LinearLayout>
|
||
|
<Button
|
||
|
id="@+id/button_done"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/done"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="@+id/success_layout"
|
||
|
NOT_FOUND_0x16="1"
|
||
|
style="@style/2132017576"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|