82 lines
3.4 KiB
XML
82 lines
3.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/view_group_root"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
id="@+id/ll_layout_content"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentTop="true">
|
||
|
<ImageView
|
||
|
id="@+id/iv_decline_ncb"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingHorizontal="@dimen/2131165495"
|
||
|
paddingVertical="@dimen/2131165501"/>
|
||
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
id="@+id/iv_full_screen_decline_ncb"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="16dp">
|
||
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
id="@+id/tv_name_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="4dp"
|
||
|
text="@string/easycash_decline_ncb_consent_name_title"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
id="@+id/tv_name"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="14dp"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<include layout="@layout/2131559336"/>
|
||
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
id="@+id/tv_card_type_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="4dp"
|
||
|
text="@string/easycash_decline_ncb_consent_card_type_title"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
id="@+id/tv_card_type"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="14dp"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<include layout="@layout/2131559336"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<Button
|
||
|
id="@+id/bt_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginLeft="16dp"
|
||
|
layout_marginRight="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/next"
|
||
|
layout_alignParentBottom="true"
|
||
|
style="@style/2132017576"/>
|
||
|
</RelativeLayout>
|
||
|
</RelativeLayout>
|