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

72 lines
3.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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<ScrollView
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp">
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
baselineAligned="false"
paddingStart="16dp"
paddingEnd="16dp">
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_new"
background="@drawable/bg_button_transparent"
layout_width="0dp"
layout_height="40dp"
layout_weight="0.5"
NOT_FOUND_0xe="@drawable/ic_add_black_24dp"
NOT_FOUND_0xf="@color/2131100876"
NOT_FOUND_0x10="@drawable/ripple_rounded_purple"
NOT_FOUND_0x11="@string/transfer_pay_button_new"
NOT_FOUND_0x12="@color/2131100876"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_scan"
background="@drawable/bg_button_transparent"
layout_width="0dp"
layout_height="40dp"
layout_weight="0.5"
layout_marginStart="16dp"
NOT_FOUND_0xe="@drawable/ic_scan_black_24dp"
NOT_FOUND_0xf="@color/2131100876"
NOT_FOUND_0x10="@drawable/ripple_rounded_purple"
NOT_FOUND_0x11="@string/transfer_pay_button_scan"
NOT_FOUND_0x12="@color/2131100876"/>
</LinearLayout>
<fragment
name="com.scb.phone.view.fragment.transferandpay.TransferFavouriteTargetFragment"
id="@+id/fragment_favourite_transfer_target"
layout_width="match_parent"
layout_height="wrap_content"/>
<fragment
name="com.scb.phone.view.fragment.transferandpay.TopUpFavouriteTargetFragment"
id="@+id/fragment_favourite_top_up_target"
layout_width="match_parent"
layout_height="wrap_content"/>
<fragment
name="com.scb.phone.view.fragment.transferandpay.BillPaymentFavouriteTargetFragment"
id="@+id/fragment_favourite_bill_payment_target"
layout_width="match_parent"
layout_height="wrap_content"/>
<View
id="@+id/footer_divider_view"
background="#f5f3f6"
layout_width="match_parent"
layout_height="25dp"/>
</LinearLayout>
</ScrollView>
</LinearLayout>