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

264 lines
11 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/root_activity"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
id="@+id/scroll_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_above="@+id/ll_button"
layout_below="@+id/toolbar">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
paddingTop="20dp"
paddingBottom="6dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
ellipsize="end"
id="@+id/tv_export_deposit_lbl"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/export_deposit_for_lbl"
maxLines="1"
textAllCaps="true"
style="@style/2132017851"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
gravity="center_vertical"
background="#ffffff"
padding="16sp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_logo"
layout_width="50dp"
layout_height="50dp"
adjustViewBounds="true"/>
<LinearLayout
layout_gravity="center_vertical"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="8dp">
<TextView
id="@+id/tv_account_nickname"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017881"/>
<TextView
id="@+id/tv_account_number"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017849"/>
</LinearLayout>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
paddingTop="20dp"
paddingBottom="6dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
ellipsize="end"
id="@+id/tv_export_deposit_date_range"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/export_deposit_date_range_lbl"
maxLines="1"
textAllCaps="true"
style="@style/2132017851"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<TableLayout
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
stretchColumns="0,1">
<TableRow
layout_marginTop="16dp"
layout_marginBottom="8dp"
weightSum="2"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
gravity="left"
layout_width="0dp"
layout_height="wrap_content"
layout_column="0"
text="@string/start_from"
layout_weight="1"
style="@style/2132017876"/>
<TextView
gravity="left"
layout_gravity="center_vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_column="1"
text="@string/end_of"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017876"/>
</TableRow>
<TableRow
weightSum="2"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<RelativeLayout
orientation="horizontal"
id="@+id/view_start_date"
background="@drawable/deposit_box"
padding="8dp"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
layout_marginEnd="10dp">
<TextView
gravity="left"
id="@+id/tv_select_start_month"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/select_month"
maxLines="1"
layout_alignParentLeft="true"
layout_toStartOf="@+id/iv_start_calendar"
style="@style/2132017876"/>
<ImageView
id="@+id/iv_start_calendar"
layout_width="50dp"
layout_height="wrap_content"
src="@drawable/calendar"
tint="#7631c1"
layout_alignTop="@+id/tv_select_start_month"
layout_alignBottom="@+id/tv_select_start_month"
layout_alignParentRight="true"
layout_centerVertical="true"/>
</RelativeLayout>
<RelativeLayout
id="@+id/view_end_date"
background="@drawable/deposit_box"
padding="8dp"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<TextView
gravity="left"
id="@+id/tv_select_end_month"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/select_month"
maxLines="1"
layout_alignParentLeft="true"
layout_toStartOf="@+id/iv_end_calendar"
style="@style/2132017876"/>
<ImageView
id="@+id/iv_end_calendar"
layout_width="50dp"
layout_height="wrap_content"
src="@drawable/calendar"
tint="#7631c1"
layout_alignTop="@+id/tv_select_end_month"
layout_alignBottom="@+id/tv_select_end_month"
layout_alignParentRight="true"
layout_centerVertical="true"/>
</RelativeLayout>
</TableRow>
</TableLayout>
<TextView
id="@+id/tv_error_inline"
background="#ffffff"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/export_deposit_error_date_range_inline"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017856"/>
<LinearLayout
paddingTop="20dp"
paddingBottom="6dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
ellipsize="end"
id="@+id/tv_send_to_lbl"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/export_deposit_send_to_lbl"
maxLines="1"
textAllCaps="true"
style="@style/2132017851"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
id="@+id/tv_email"
background="#ffffff"
padding="16sp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017881"/>
<LinearLayout
paddingTop="8dp"
paddingBottom="20dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="8dp"
paddingEnd="16dp">
<androidx.appcompat.widget.AppCompatCheckBox
id="@+id/cb_note_request"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/export_deposit_note_request"
NOT_FOUND_0x25="@color/2131099711"
style="@style/2132017670"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
orientation="vertical"
id="@+id/ll_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true">
<Button
id="@+id/button_done_export_statement"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="26dp"
text="@string/export_deposit_done_lbl"
layout_marginStart="20dp"
layout_marginEnd="20dp"
style="@style/2132017576"/>
</LinearLayout>
</RelativeLayout>