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

194 lines
8.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
id="@+id/welcome_to_travel_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
layout_below="@+id/toolbar">
<RelativeLayout
id="@+id/welcome_to_travel"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/Textwelcome"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/prepaid_travel_welcome"
style="@style/2132017965"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/prepaid_travel_welcome_text"
layout_below="@+id/Textwelcome"
style="@style/2132017920"/>
</RelativeLayout>
<RelativeLayout
id="@+id/layout_topup"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_below="@+id/welcome_to_travel"
layout_marginStart="16dp">
<ImageView
id="@+id/image_topup"
layout_width="70dp"
layout_height="70dp"
src="@drawable/topup"/>
<RelativeLayout
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="50dp"
layout_toEndOf="@+id/image_topup">
<LinearLayout
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/top_up_tab"
style="@style/2132017965"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/prepaid_travel_topup_text"
style="@style/2132017920"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
<View
layout_marginStart="16dp"
style="@style/2132018228"/>
<RelativeLayout
id="@+id/layout_buy_sell"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp">
<ImageView
id="@+id/image_buy_sell"
layout_width="70dp"
layout_height="70dp"
src="@drawable/buyandsell"/>
<RelativeLayout
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="50dp"
layout_toEndOf="@+id/image_buy_sell">
<LinearLayout
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/prepaid_travel_currency_Exchange"
style="@style/2132017965"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/prepaid_travel_currency_Exchange_text"
style="@style/2132017920"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
<View
layout_marginStart="16dp"
style="@style/2132018228"/>
<RelativeLayout
id="@+id/layout_cash_out"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp">
<ImageView
id="@+id/image_cash_out"
layout_width="70dp"
layout_height="70dp"
src="@drawable/cashout"/>
<RelativeLayout
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginStart="16dp"
layout_marginEnd="50dp"
layout_toEndOf="@+id/image_cash_out">
<LinearLayout
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/prepaid_travel_cash_out"
style="@style/2132017965"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/prepaid_travel_cash_out_text"
style="@style/2132017920"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
<RelativeLayout
id="@+id/layout_divider_cash_out"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/layout_cash_out">
<View
id="@+id/divider_cash_out"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/layout_cash_out"/>
</RelativeLayout>
<RelativeLayout
gravity="bottom"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
layout_weight="0">
<Button
id="@+id/btn_get_started"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/scbs_get_started_button"
layout_alignParentBottom="true"
layout_centerInParent="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</RelativeLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>