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

25 lines
819 B
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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<TextView
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/etb_sale_sheet_select_account_type"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>