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

66 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#ffffff"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp">
<LinearLayout
gravity="center"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_width="36dp"
layout_height="36dp"
src="@drawable/ic_shop_wallet"
tint="#353239"/>
<TextView
id="@+id/tv_wallet_id"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="20dp"
style="@style/2132017876"/>
</LinearLayout>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginBottom="4dp"
src="@drawable/green_arrow"
layout_marginStart="8dp"/>
<LinearLayout
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
padding="2dp"
layout_width="36dp"
layout_height="36dp"
src="@drawable/ic_account_summary"
tint="#353239"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="20dp">
<TextView
id="@+id/tv_account_no"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017876"/>
<TextView
id="@+id/tv_account_type"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017881"/>
<TextView
id="@+id/tv_nickname"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017925"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>