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

74 lines
2.5 KiB
XML
Raw Permalink 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" xmlns:button="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
clickable="true"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/amount_text_view"
paddingTop="12dp"
paddingBottom="4dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/amount"
paddingStart="16dp"
style="@style/2132017849"/>
<RelativeLayout
background="#ffffff"
padding="16dp"
layout_width="wrap_content"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.AmountEditText
textColorHint="#959199"
gravity="end"
id="@+id/cash_out_amount_value_edit_text"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017891"/>
</RelativeLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
id="@+id/more_options_text_view"
paddingTop="12dp"
paddingBottom="4dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/note_more_options"
textAllCaps="true"
paddingStart="16dp"
style="@style/2132017849"/>
<View
id="@+id/more_options_divider_view"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/note_layout"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.NoteEditText
id="@+id/note_edit_text"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/btn_cash_out_review"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="26dp"
layout_marginBottom="26dp"
layout_marginStart="20dp"
layout_marginEnd="20dp"
NOT_FOUND_0x14="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x15="@string/review"
NOT_FOUND_0x16="@color/2131100912"/>
</LinearLayout>