29 lines
867 B
XML
29 lines
867 B
XML
|
<?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>
|