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

91 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/bond_card_view"
background="#ffffff"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="8dp">
<LinearLayout
orientation="vertical"
paddingTop="14dp"
paddingBottom="14dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/bond_title"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017881"/>
<TextView
id="@+id/bond_account"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017920"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/bond_selection_details"
textAllCaps="true"
style="@style/2132017923"/>
<TextView
id="@+id/bond_details"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017873"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<LinearLayout
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/bond_selection_value_per_unit"
textAllCaps="true"
style="@style/2132017923"/>
<TextView
id="@+id/bond_value_per_unit"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017873"/>
</LinearLayout>
<LinearLayout
gravity="right"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="end"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/bond_selection_min_amount"
textAllCaps="true"
style="@style/2132017923"/>
<TextView
gravity="end"
id="@+id/bond_min_amount"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017873"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>