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

31 lines
1.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="horizontal"
id="@+id/ll_container"
background="@drawable/bg_lightgray_line_rounded_corners"
padding="1dp"
layout_width="100dp"
layout_height="50dp">
<TextView
gravity="center"
layout_gravity="center"
background="@drawable/bg_gray_rounded_left_corners"
layout_width="0dp"
layout_height="match_parent"
text="@string/hml_promptpay_verification_decimal_prefix"
layout_weight="1"
style="@style/2132017873"/>
<com.scb.phone.view.custom.common.CustomEditText
gravity="center"
layout_gravity="center"
id="@+id/et_decimal_amount_code"
background="@android:color/transparent"
layout_width="0dp"
layout_height="match_parent"
hint="@string/hml_promptpay_verification_decimal_placeholder"
maxLength="2"
layout_weight="1"
inputType="number"
style="@style/2132017873"/>
</LinearLayout>