51 lines
1.7 KiB
XML
51 lines
1.7 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"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/success_icon"
|
|
visibility="visible"
|
|
layout_width="45dp"
|
|
layout_height="45dp"
|
|
layout_marginTop="17dp"
|
|
src="@drawable/success"
|
|
NOT_FOUND_0xa="0"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xd="0"/>
|
|
<TextView
|
|
id="@+id/text_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/deejung_transfer_successful"
|
|
NOT_FOUND_0xa="0"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xc="@+id/success_icon"
|
|
style="@style/2132017937"/>
|
|
<TextView
|
|
id="@+id/text_date_time"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
NOT_FOUND_0xa="0"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xc="@+id/text_title"
|
|
style="@style/2132017684"/>
|
|
<TextView
|
|
id="@+id/text_reference_id"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xa="0"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xc="@+id/text_date_time"
|
|
style="@style/2132017684"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="17dp"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0xc="@+id/text_reference_id"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|