81 lines
2.6 KiB
XML
81 lines
2.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include layout="@layout/2131559377"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_qr_for_deposit"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_qr_to_deposit"
|
||
|
layout_weight="0.1"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
gravity="center_vertical"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/service_at_banking_agent_qr_for_deposit"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="24dp"
|
||
|
style="@style/2132017836"/>
|
||
|
<ImageView
|
||
|
layout_gravity="end|center_vertical"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
src="@drawable/black_arrow"
|
||
|
adjustViewBounds="true"
|
||
|
contentDescription="@null"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_qr_for_withdrawal"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_qr_to_withdraw"
|
||
|
layout_weight="0.1"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
gravity="center_vertical"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/service_at_banking_agent_qr_for_withdrawal"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="24dp"
|
||
|
style="@style/2132017836"/>
|
||
|
<ImageView
|
||
|
layout_gravity="end|center_vertical"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
src="@drawable/black_arrow"
|
||
|
adjustViewBounds="true"
|
||
|
contentDescription="@null"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
</LinearLayout>
|