71 lines
2.5 KiB
XML
71 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="20dp"
|
|
paddingEnd="10dp">
|
|
<TextView
|
|
id="@+id/dividend_child_payment_date_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="20dp"
|
|
text="@string/dividend_payment_date"
|
|
style="@style/2132017842"/>
|
|
<TextView
|
|
id="@+id/dividend_child_payment_date_value"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="14dp"
|
|
style="@style/2132017942"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/dividend_child_tax_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/dividend_tax"
|
|
layout_weight="1"
|
|
style="@style/2132017842"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/dividend_child_after_tax_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/dividend_after_tax"
|
|
layout_weight="1"
|
|
style="@style/2132017842"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="20dp">
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/dividend_child_tax_value"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
style="@style/2132017942"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/dividend_child_after_tax_value"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
style="@style/2132017942"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|