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

56 lines
2.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="vertical"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559318"/>
<View
layout_marginStart="16dp"
style="@style/2132018228"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recyclerView"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"/>
<include layout="@layout/2131559281"/>
<View
id="@+id/view_vertical_line"
style="@style/2132018228"/>
<TextView
gravity="center"
id="@+id/tv_remake"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/mw_manage_account_remake_message"
style="@style/2132017666"/>
<FrameLayout
layout_width="match_parent"
layout_height="match_parent">
<Button
enabled="false"
layout_gravity="bottom"
id="@+id/btn_change"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/mw_btn_change_receiving_account"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</FrameLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>