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

27 lines
952 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
id="@+id/layout_account_container"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_account_dynamic"
layout_width="match_parent"
layout_height="wrap_content"/>
<Button
enabled="false"
id="@+id/btn_action"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/next"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>