72 lines
2.3 KiB
XML
72 lines
2.3 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"
|
||
|
layout_margin="13dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="2dp"
|
||
|
layout_marginEnd="12dp"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
gravity="start"
|
||
|
id="@+id/tv_description"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="@+id/tv_title"
|
||
|
NOT_FOUND_0xd="@+id/tv_title"
|
||
|
style="@style/2132017674"/>
|
||
|
<TextView
|
||
|
gravity="start"
|
||
|
id="@+id/tv_cvv"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="9dp"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="@+id/tv_title"
|
||
|
NOT_FOUND_0xd="@+id/tv_description"
|
||
|
style="@style/2132017971"/>
|
||
|
<View
|
||
|
id="@+id/vw_separator"
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginTop="13dp"
|
||
|
layout_marginBottom="13dp"
|
||
|
layout_marginEnd="12dp"
|
||
|
NOT_FOUND_0xd="@+id/tv_cvv"/>
|
||
|
<TextView
|
||
|
gravity="start"
|
||
|
id="@+id/tv_notice"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="12dp"
|
||
|
text="@string/debit_card_important_title"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="@+id/tv_title"
|
||
|
NOT_FOUND_0xd="@+id/vw_separator"
|
||
|
style="@style/2132017674"/>
|
||
|
<TextView
|
||
|
gravity="start"
|
||
|
id="@+id/tv_notice_description"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="@+id/tv_title"
|
||
|
NOT_FOUND_0xd="@+id/tv_notice"
|
||
|
style="@style/2132017674"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_close"
|
||
|
layout_width="16dp"
|
||
|
layout_height="16dp"
|
||
|
src="@drawable/cross_black"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xe="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|