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

140 lines
4.5 KiB
XML

<?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="#ffffff"
paddingBottom="16dp"
focusableInTouchMode="true"
descendantFocusability="beforeDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textSize="20sp"
textColor="#353239"
id="@+id/txv_quantity"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/quantity"
textAllCaps="true"
layout_marginStart="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1e="0"
style="@style/2132017959"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/btn_quantity_plus"
background="@drawable/ic_plus"
layout_width="32dp"
layout_height="32dp"
layout_marginTop="24dp"
contentDescription="@null"
layout_marginEnd="16dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="22dp"
NOT_FOUND_0x20=""/>
<com.scb.phone.view.custom.ccrredemption.CustomEditText
theme="@style/2132017488"
textSize="32sp"
textColor="#353239"
gravity="center_horizontal"
id="@+id/edt_quantity"
paddingTop="0dp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="20dp"
text="1"
ems="2"
maxLength="4"
inputType="number"
layout_marginEnd="8dp"
NOT_FOUND_0x1b="@+id/btn_quantity_plus"
NOT_FOUND_0x1e="0"
style="@style/2132017985"/>
<TextView
textColor="#da2e36"
id="@+id/txv_points_error"
visibility="visible"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/insufficient_points"
maxLines="1"
NOT_FOUND_0x19="@+id/edt_quantity"
NOT_FOUND_0x1c="@+id/edt_quantity"
NOT_FOUND_0x1d="@+id/edt_quantity"
style="@style/2132017658"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/btn_quantity_minus"
background="@drawable/ic_minus"
layout_width="32dp"
layout_height="32dp"
layout_marginTop="24dp"
contentDescription="@null"
layout_marginEnd="8dp"
NOT_FOUND_0x1b="@+id/edt_quantity"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="22dp"
NOT_FOUND_0x20=""/>
<View
id="@+id/view_quantity"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/txv_points_error"/>
<TextView
textSize="20sp"
textColor="#353239"
id="@+id/txv_pts"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="19dp"
text="@string/pts"
layout_marginEnd="16dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/view_quantity"
style="@style/2132017985"/>
<TextView
textSize="24sp"
textColor="#353239"
gravity="end"
id="@+id/txv_total_points"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="6dp"
layout_marginEnd="8dp"
NOT_FOUND_0x18="1"
NOT_FOUND_0x1a="@+id/lbl_total_points"
NOT_FOUND_0x1b="@+id/txv_pts"
NOT_FOUND_0x1d="@+id/view_quantity"
style="@style/2132017985"/>
<TextView
textSize="20sp"
textColor="#353239"
gravity="center"
id="@+id/lbl_total_points"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/total_points"
textAllCaps="true"
layout_marginStart="16dp"
NOT_FOUND_0x17="@+id/txv_total_points"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1e="@+id/txv_total_points"
style="@style/2132017959"/>
<TextView
textSize="21sp"
textColor="#959199"
id="@+id/txv_points_per_unit"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1d="@+id/lbl_total_points"
style="@style/2132017552"/>
</androidx.constraintlayout.widget.ConstraintLayout>