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

209 lines
8.8 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="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/prepaid_wallet_detail_you_have"
maxLines="1"
style="@style/2132017923"/>
<LinearLayout
gravity="bottom|center_horizontal"
orientation="horizontal"
paddingTop="8dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/prepaid_wallet_detail_amount_txtVw"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
style="@style/2132017978"/>
<TextView
id="@+id/prepaid_wallet_detail_currency_code_txtVw"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
layout_marginStart="4dp"
style="@style/2132017970"/>
</LinearLayout>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="24dp"
text="@string/prepaid_wallet_detail_in_your_wallet"
maxLines="1"
style="@style/2132017923"/>
<LinearLayout
gravity="center"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<Button
enabled="false"
id="@+id/prepaid_wallet_detail_sell_btn"
layout_width="0dp"
text="@string/prepaid_wallet_detail_sell"
layout_weight="0.5"
layout_marginEnd="8dp"
style="@style/2132017536"/>
<Button
enabled="false"
id="@+id/prepaid_wallet_detail_buy_btn"
layout_width="0dp"
text="@string/prepaid_wallet_detail_buy"
layout_weight="0.5"
layout_marginStart="8dp"
style="@style/2132017576"/>
</LinearLayout>
<LinearLayout
gravity="center"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
gravity="center"
layout_width="0dp"
layout_height="wrap_content"
text="@string/prepaid_wallet_detail_from_foreign_currency_to_thb"
maxLines="2"
layout_weight="0.5"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
<TextView
gravity="center"
layout_width="0dp"
layout_height="wrap_content"
text="@string/prepaid_wallet_detail_from_thb_to_foreign_currency"
maxLines="2"
layout_weight="0.5"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/prepaid_wallet_detail_remaining_conversion_limit_txtVw"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/prepaid_wallet_detail_remaining_conversion_limit_today"
maxLines="1"
layout_weight="0.5"
style="@style/2132017923"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
orientation="vertical"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="48dp"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/prepaid_wallet_detail_conversion_rate"
maxLines="1"
style="@style/2132017923"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<include
id="@+id/viewCustomError"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559013"/>
<LinearLayout
orientation="vertical"
id="@+id/layoutFcyRate"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/prepaid_wallet_detail_your_selling_rate"
maxLines="1"
style="@style/2132017920"/>
<TextView
gravity="end|center_vertical"
id="@+id/prepaid_wallet_detail_selling_rate_txtVw"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
style="@style/2132017873"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/prepaid_wallet_detail_your_buying_rate"
maxLines="1"
style="@style/2132017920"/>
<TextView
gravity="end|center_vertical"
id="@+id/prepaid_wallet_detail_buying_rate_txtVw"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
style="@style/2132017873"/>
</LinearLayout>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>