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

42 lines
1.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
orientation="vertical"
id="@+id/schedule_landing_view"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<com.google.android.material.tabs.TabLayout
id="@+id/tab_layout"
layout_width="match_parent"
layout_height="40dp"
style="@style/2132017164"/>
<androidx.viewpager.widget.ViewPager
id="@+id/view_pager"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"
overScrollMode="never"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_ok"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xa="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0xb="@string/schedule_setup_005"
NOT_FOUND_0xc="@color/2131099810"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_unschedule_transaction"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="50dp"
layout_marginBottom="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xa="@drawable/ripple_rounded_purple"
NOT_FOUND_0xb="@string/schedule_setup_006"
NOT_FOUND_0xc="@color/2131100876"/>
</LinearLayout>