95 lines
3.3 KiB
XML
95 lines
3.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="14dp">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/container"
|
||
|
background="@drawable/bg_gray_line_rounded_corners"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="100dp">
|
||
|
<Spinner
|
||
|
gravity="center_horizontal"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/spinner"
|
||
|
background="#ffffff"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
spinnerMode="dropdown"
|
||
|
layout_marginStart="4dp"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="@+id/ivSpinnerArrow"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x18="0"/>
|
||
|
<View
|
||
|
id="@+id/clickable_spinner"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x11="@+id/spinner"
|
||
|
NOT_FOUND_0x12="@+id/spinner"
|
||
|
NOT_FOUND_0x16="@+id/spinner"
|
||
|
NOT_FOUND_0x18="@+id/spinner"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/ivSpinnerArrow"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_expand_more_selector_24dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="@+id/guideline"
|
||
|
NOT_FOUND_0x18="0"/>
|
||
|
<View
|
||
|
id="@+id/v_separator"
|
||
|
background="#827d87"
|
||
|
layout_width="1dp"
|
||
|
layout_height="match_parent"
|
||
|
NOT_FOUND_0x13="@+id/guideline"/>
|
||
|
<androidx.constraintlayout.widget.Guideline
|
||
|
orientation="vertical"
|
||
|
id="@+id/guideline"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="match_parent"
|
||
|
NOT_FOUND_0x14="0.45"/>
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
textSize="24sp"
|
||
|
gravity="end"
|
||
|
id="@+id/et_amount"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
inputType="numberDecimal"
|
||
|
textAlignment="textEnd"
|
||
|
layout_marginStart="4dp"
|
||
|
layout_marginEnd="4dp"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x15="@+id/guideline"
|
||
|
NOT_FOUND_0x18="0"
|
||
|
NOT_FOUND_0x19="false"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_currency"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="4dp"
|
||
|
NOT_FOUND_0x12="@+id/et_amount"
|
||
|
NOT_FOUND_0x17="@+id/et_amount"
|
||
|
style="@style/2132017868"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<TextView
|
||
|
layout_gravity="end"
|
||
|
id="@+id/tv_extra_info"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_marginEnd="4dp"
|
||
|
style="@style/2132017873"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_error"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
style="@style/2132017856"/>
|
||
|
</LinearLayout>
|