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

29 lines
867 B
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<TextView
id="@+id/tv_title"
background="#f5f3f6"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<View
background="#c9c6cd"
style="@style/2132018228"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_information"
background="#ffffff"
paddingBottom="16dp"
focusable="false"
focusableInTouchMode="false"
layout_width="match_parent"
layout_height="wrap_content"
nestedScrollingEnabled="false"/>
<View
background="#c9c6cd"
style="@style/2132018228"/>
</merge>