41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#7631c1"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1">
|
|
<ImageView
|
|
layout_width="120dp"
|
|
layout_height="120dp"
|
|
src="@drawable/ic_check_circle"
|
|
contentDescription="@null"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/pinchange_success_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="48dp"
|
|
text="@string/auto_debit_card_reset_pin_successful_meaasge"
|
|
paddingStart="32dp"
|
|
paddingEnd="32dp"
|
|
style="@style/2132017997"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/ok_button"
|
|
background="@drawable/bg_button_transparent_white_border"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="18dp"
|
|
layout_marginBottom="26dp"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
NOT_FOUND_0x10="@string/ok"
|
|
NOT_FOUND_0x11="@color/2131100912"/>
|
|
</LinearLayout>
|