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

31 lines
964 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="#ffffff"
paddingTop="8dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="8dp"
paddingEnd="8dp">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_button_checkbox"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<TextView
textColor="#da2e36"
id="@+id/error_message"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@dimen/2131166563"/>
</LinearLayout>