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

51 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
paddingTop="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<LinearLayout
orientation="vertical"
background="@drawable/shape_myfunds_group_title"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
paddingStart="16dp"
paddingEnd="40dp">
<TextView
id="@+id/text_title"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017925"/>
<TextView
id="@+id/text_number_of_funds"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017873"/>
</LinearLayout>
<LinearLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="15dp"
paddingStart="16dp"
paddingEnd="40dp">
<TextView
id="@+id/text_subtitle"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017925"/>
<TextView
id="@+id/text_tax_indicator"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017666"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>