30 lines
943 B
XML
30 lines
943 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="261dp">
|
||
|
<TextView
|
||
|
textColor="#353239"
|
||
|
gravity="center"
|
||
|
id="@+id/fund_dividend_error"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="72dp"
|
||
|
style="@style/2132017923"/>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="72dp"
|
||
|
layout="@layout/2131559010"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/fund_details_dividend_recycler_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<include
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="72dp"
|
||
|
layout="@layout/2131559307"/>
|
||
|
</RelativeLayout>
|