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

121 lines
4.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
id="@+id/layout_collapsed"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<ImageView
id="@+id/expand_icon_image_view"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"
layout_marginEnd="5dp"
layout_alignParentEnd="true"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_product_type_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/deposit_detail_account_type"
style="@style/2132017925"/>
<TextView
id="@+id/text_product_type_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017876"/>
</LinearLayout>
</RelativeLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_expanded"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/text_shop_name_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/wallet_detail_shop_name"
style="@style/2132017923"/>
<TextView
id="@+id/text_shop_name_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017876"/>
<TextView
id="@+id/text_owner_name_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/wallet_detail_shop_owner"
style="@style/2132017923"/>
<TextView
id="@+id/text_owner_name_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginBottom="16dp"
style="@style/2132017876"/>
<View style="@style/2132018228"/>
<TextView
id="@+id/text_linked_account_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/wallet_detail_receiving_account"
style="@style/2132017923"/>
<TextView
id="@+id/text_linked_account_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017876"/>
<TextView
id="@+id/text_remark_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/wallet_detail_remark"
style="@style/2132017923"/>
<TextView
id="@+id/text_remark_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/wallet_detail_remark_detail"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<View style="@style/2132018228"/>
</LinearLayout>