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

87 lines
3.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
ellipsize="end"
id="@+id/fund_name_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_alignParentLeft="true"
layout_alignParentTop="true"
textAllCaps="true"
layout_marginStart="16dp"
layout_toStartOf="@+id/as_of_date_text_view"
layout_alignParentStart="true"
style="@style/2132017966"/>
<TextView
id="@+id/fund_description_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_below="@+id/fund_name_text_view"
layout_alignLeft="@+id/fund_name_text_view"
layout_alignRight="@+id/fund_name_text_view"
textAllCaps="true"
layout_alignStart="@+id/fund_name_text_view"
layout_alignEnd="@+id/fund_name_text_view"
style="@style/2132017866"/>
<TextView
gravity="center"
id="@+id/risk_level_text_view"
background="@drawable/shape_yellow_rounded_reactangle_border"
layout_width="16dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_below="@+id/fund_description_text_view"
layout_alignLeft="@+id/fund_name_text_view"
layout_marginEnd="4dp"
layout_alignStart="@+id/fund_name_text_view"
style="@style/2132017943"/>
<TextView
id="@+id/risk_description_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/fund_description_text_view"
layout_alignBaseline="@+id/risk_level_text_view"
layout_alignRight="@+id/fund_name_text_view"
layout_marginStart="4dp"
layout_toEndOf="@+id/risk_level_text_view"
layout_alignEnd="@+id/fund_name_text_view"
style="@style/2132017943"/>
<TextView
gravity="end"
id="@+id/as_of_date_text_view"
layout_width="150dp"
layout_height="wrap_content"
layout_alignBaseline="@+id/fund_name_text_view"
layout_alignParentRight="true"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
style="@style/2132017943"/>
<TextView
id="@+id/nav_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignBaseline="@+id/fund_description_text_view"
layout_alignRight="@+id/as_of_date_text_view"
layout_alignEnd="@+id/as_of_date_text_view"
style="@style/2132017876"/>
<TextView
id="@+id/change_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignBaseline="@+id/risk_description_text_view"
layout_alignRight="@+id/as_of_date_text_view"
layout_alignEnd="@+id/as_of_date_text_view"
style="@style/2132017980"/>
<View
id="@+id/separator_view"
layout_marginTop="16dp"
layout_below="@+id/risk_level_text_view"
layout_marginStart="16dp"
style="@style/2132018228"/>
</RelativeLayout>