36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/my_investment_header_linear_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="start|top"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/investment_details_funds_title"
|
|
layout_weight="1"
|
|
textAllCaps="true"
|
|
paddingStart="20dp"
|
|
paddingEnd="20dp"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
textColor="#353239"
|
|
gravity="center"
|
|
id="@+id/investment_details_my_funds_error"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="72dp"
|
|
style="@style/2132017923"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/investment_details_my_funds_recycler_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|