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

70 lines
2.3 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="wrap_content">
<LinearLayout
id="@+id/own_debit_account_layout"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
paddingTop="20dp"
paddingBottom="20dp"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
paddingStart="20dp">
<TextView
gravity="start"
id="@+id/card_no"
layout_width="match_parent"
layout_height="wrap_content"
text="1234 5678 9123 4567"
style="@style/2132017876"/>
<TextView
gravity="start"
id="@+id/product_name"
layout_width="match_parent"
layout_height="wrap_content"
text="LINE DEBIT CARD"
style="@style/2132017835"/>
<TextView
gravity="start"
id="@+id/nickname"
layout_width="match_parent"
layout_height="wrap_content"
text="Card for Online Shoping "
style="@style/2132017924"/>
</LinearLayout>
<ImageView
layout_gravity="center_vertical"
id="@+id/limit_expand_arrow"
paddingTop="30dp"
paddingBottom="20dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
rotation="270"
paddingStart="5dp"
paddingEnd="20dp"/>
<TextView
id="@+id/limit_done"
paddingTop="30dp"
paddingBottom="20dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/done_label"
paddingStart="5dp"
paddingEnd="20dp"
style="@style/2132017970"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="5dp"/>
</LinearLayout>