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

21 lines
688 B
XML
Raw Permalink 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="wrap_content">
<TextView
id="@+id/tv_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/easycash_choose_salesheet_text"
style="@style/2132017923"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_easycash_salesheets"
background="#ffffff"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
</LinearLayout>