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

105 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_maximum_quota"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
layout_width="match_parent"
layout_height="wrap_content"
weightSum="5"
layout_centerHorizontal="true">
<TextView
layout_gravity="center_vertical"
id="@+id/tv_title_quantity"
layout_width="0dp"
layout_height="wrap_content"
text="@string/e_coupon_quantity_title_quantity"
layout_weight="2"
layout_centerVertical="true"
paddingStart="16dp"
style="@style/2132017871"/>
<com.scb.phone.view.custom.common.CustomDeltaInput
id="@+id/input_quantity"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="3"/>
</LinearLayout>
<View style="@style/2132018230"/>
<RelativeLayout
orientation="horizontal"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_title_point"
paddingBottom="8dp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/e_coupon_quantity_title_point"
layout_marginStart="16dp"
style="@style/2132017871"/>
<TextView
id="@+id/tv_point_and_unit"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/tv_title_point"
layout_marginStart="16dp"
style="@style/2132017919"/>
<LinearLayout
orientation="horizontal"
paddingTop="8dp"
paddingBottom="8dp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentRight="true"
layout_marginEnd="16dp"
layout_toStartOf="@+id/tv_title_point">
<TextView
textColor="#353239"
id="@+id/tv_point"
paddingTop="2dp"
layout_width="wrap_content"
layout_height="wrap_content"
paddingEnd="4dp"
style="@style/2132017881"/>
<TextView
id="@+id/tv_unit"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/e_coupon_quantity_title_pts_unit"
paddingStart="4dp"
style="@style/2132017873"/>
</LinearLayout>
</RelativeLayout>
<View style="@style/2132018228"/>
</LinearLayout>
</LinearLayout>
<Button
id="@+id/bt_confirm"
layout_width="match_parent"
layout_marginTop="8dp"
layout_marginBottom="24dp"
text="@string/redeem"
layout_alignParentBottom="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</RelativeLayout>