37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/view_group_root"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_above="@+id/button_continue">
|
||
|
<com.scb.phone.view.custom.common.CustomProxyNumber
|
||
|
id="@+id/custom_proxy_number"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|
||
|
<androidx.legacy.widget.Space
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_continue"
|
||
|
background="@drawable/bg_button"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="26dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xc="false"
|
||
|
NOT_FOUND_0xd="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0xe="@string/next"
|
||
|
NOT_FOUND_0xf="@color/2131100912"/>
|
||
|
</LinearLayout>
|