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

65 lines
2.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<include
ellipsize="end"
layout="@layout/2131559376"/>
<FrameLayout
id="@+id/layout_account_selector"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_fee"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/idp_payment_request_fee_label"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<View
layout_marginTop="8dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_idp_sharing_transfer_fee_amount"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/idp_payment_request_fee_label"
textAlignment="textEnd"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017891"/>
<View
layout_marginTop="24dp"
style="@style/2132018228"/>
</LinearLayout>
<RelativeLayout
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<Button
enabled="false"
layout_gravity="bottom"
id="@+id/bt_idp_sharing_transfer_review"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/idp_payment_request_fee_review_button"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>
</LinearLayout>
</ScrollView>