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

146 lines
6.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
NOT_FOUND_0x18="@+id/ll_bt_next_section"
NOT_FOUND_0x1a="0">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_gravity="center_vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/auto_p2p_select_desription"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
</LinearLayout>
<com.scb.phone.view.custom.ccrredemption.pointtopay.CustomDeltaSliderLongPressed
id="@+id/custom_delta_slide_long_pressed"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"/>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center_vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="8dp"
text="@string/auto_p2p_select_details_title"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
background="#ffffff"
paddingTop="20dp"
paddingBottom="20dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
gravity="start|center_vertical"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_p2p_select_points_redeemed_title"
textAllCaps="true"
layout_toStartOf="@+id/ll_point_redeemed"
layout_alignParentStart="true"
style="@style/2132017871"/>
<LinearLayout
gravity="end|center_vertical"
orientation="horizontal"
id="@+id/ll_point_redeemed"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentEnd="true">
<TextView
id="@+id/tv_point_redeemed"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
layout_marginEnd="4dp"
style="@style/2132017873"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/pts"
textAllCaps="true"
style="@style/2132017873"/>
</LinearLayout>
</RelativeLayout>
<View style="@style/2132018230"/>
<RelativeLayout
background="#ffffff"
paddingTop="20dp"
paddingBottom="20dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
layout_gravity="start|center_vertical"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_p2p_select_total_cash_back_title"
textAllCaps="true"
layout_toStartOf="@+id/tv_cash_back"
layout_alignParentStart="true"
style="@style/2132017871"/>
<TextView
gravity="end|center_vertical"
id="@+id/tv_cash_back"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
layout_alignParentEnd="true"
style="@style/2132017873"/>
</RelativeLayout>
</LinearLayout>
<View style="@style/2132018228"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
id="@+id/ll_bt_next_section"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="0"
NOT_FOUND_0x19="0">
<Button
enabled="true"
id="@+id/bt_next"
layout_width="match_parent"
layout_marginLeft="16dp"
layout_marginTop="8dp"
layout_marginRight="16dp"
layout_marginBottom="24dp"
text="@string/next"
style="@style/2132017576"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>