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

61 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
padding="24dp"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/view_group_transfer_to"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_transfer_to_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/wallet_detail_transfer_to"
style="@style/2132018225"/>
<TextView
id="@+id/text_transfer_to_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132018226"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/view_group_account_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
id="@+id/text_account_name_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/wallet_detail_account_name"
style="@style/2132018225"/>
<TextView
id="@+id/text_account_name_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132018226"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/view_group_account_number"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
id="@+id/text_account_number_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/wallet_detail_account_number"
style="@style/2132018225"/>
<TextView
id="@+id/text_account_number_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132018226"/>
</LinearLayout>
</LinearLayout>