what-the-bank/resources/res/layout/2131559769.xml

71 lines
2.8 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"
id="@+id/view_group_root"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
id="@+id/scroll_view"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/ll_main"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center_horizontal"
id="@+id/text_choose_mobile"
paddingTop="25dp"
paddingBottom="25dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/choose_mobile_number"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_mobileList"
background="#ffffff"
visibility="visible"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
gravity="center_horizontal"
id="@+id/tv_otp_below_label"
paddingTop="25dp"
paddingBottom="5dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/mobile_number_not_in_list"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017849"/>
<TextView
layout_gravity="center_horizontal"
id="@+id/find_us_text_view"
paddingTop="16dp"
visibility="visible"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/otp_find_us"
style="@style/2132017970"/>
<com.scb.phone.view.custom.common.DefaultButton
gravity="bottom"
id="@+id/go_to_otp_button"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="50dp"
layout_marginBottom="10dp"
layout_marginStart="18dp"
layout_marginEnd="18dp"
NOT_FOUND_0x12="@drawable/ripple_rounded_purple"
NOT_FOUND_0x13="@string/mobile_list_next"
NOT_FOUND_0x14="@color/2131099810"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>