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

45 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/card_container_linear_layout"
background="@drawable/bg_white_rounded"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="95dp"
layout_margin="5dp"
paddingStart="16dp"
paddingEnd="16dp"
elevation="2dp">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="3dp"
layout_alignParentTop="true">
<TextView
gravity="start"
id="@+id/nick_name_text_view"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017875"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/fund_account_no_text_view"
layout_width="wrap_content"
layout_height="50dp"
layout_weight="1"
style="@style/2132017923"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>