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

172 lines
7.8 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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_view"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
id="@+id/bill_payment_layout"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
id="@+id/layout_slip"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
background="#f5f3f6"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/line_black"
background="@drawable/shape_review_black_bg"
layout_width="match_parent"
layout_height="8dp"
layout_marginTop="4dp"
layout_alignParentTop="true"
layout_marginStart="4dp"
layout_marginEnd="4dp"/>
<RelativeLayout
id="@+id/content"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp">
<LinearLayout
orientation="vertical"
background="@drawable/slip_bg"
layout_width="match_parent"
layout_height="wrap_content">
<include
id="@+id/layout_cm_cardless_success"
layout="@layout/2131558852"/>
</LinearLayout>
</RelativeLayout>
<View
id="@+id/line_view"
background="@drawable/shape_shadow"
layout_width="match_parent"
layout_height="4dp"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"/>
</RelativeLayout>
<androidx.recyclerview.widget.RecyclerView
id="@+id/additional_recycler_view"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"/>
</LinearLayout>
</RelativeLayout>
<ImageView
id="@+id/end_slip"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/slip_curly"
scaleType="fitXY"
tint="#f5f3f6"
layout_alignLeft="@+id/layout_slip"
layout_alignRight="@+id/layout_slip"
layout_alignBottom="@+id/layout_slip"
contentDescription="@null"
layout_alignStart="@+id/layout_slip"
layout_alignEnd="@+id/layout_slip"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/layout_slip">
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/textview_previous_withdraw_code"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/previous_withdraw_code"
lineSpacingMultiplier="0.8"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
<androidx.appcompat.widget.AppCompatButton
id="@+id/button_save_request"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/save_request"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
<LinearLayout
orientation="horizontal"
id="@+id/buttons_container"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatButton
textSize="18sp"
layout_gravity="center_vertical"
id="@+id/button_cancel_request"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="50dp"
text="@string/cancel_request"
layout_weight="1"
layout_marginStart="16dp"
layout_marginEnd="4dp"
NOT_FOUND_0x22="@dimen/2131165373"
NOT_FOUND_0x23="1"
style="@style/2132017536"/>
<androidx.appcompat.widget.AppCompatButton
textSize="18sp"
layout_gravity="center_vertical"
id="@+id/button_find_atm"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="50dp"
text="@string/find_atm"
layout_weight="1"
layout_marginStart="4dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
</LinearLayout>
<FrameLayout
id="@+id/fragment_contextual_ads"
paddingTop="16dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
layout_gravity="center_horizontal"
id="@+id/return_button"
background="@drawable/ripple_rounded_dark_purple"
padding="4dp"
focusable="true"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/return_to_accounts"
layout_below="@+id/fragment_contextual_ads"
style="@style/2132017970"/>
</LinearLayout>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>