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

66 lines
2.7 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:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<FrameLayout
id="@+id/view_group_root"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
id="@+id/scroll_content"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.WrapContentViewPager
id="@+id/card_view_pager"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="-20dp"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/indicator"
layout_width="match_parent"
layout_height="16dp"
NOT_FOUND_0xf="@drawable/dark_gray_radius"
NOT_FOUND_0x10="@drawable/gray_radius"/>
<com.google.android.material.tabs.TabLayout
id="@+id/credit_card_detail_tab_layout"
layout_width="match_parent"
layout_height="56dp"
style="@style/2132017164"/>
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
id="@+id/credit_card_detail_view_pager"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x11="true"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<FrameLayout
layout_gravity="bottom"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<Button
gravity="center"
id="@+id/view_rewards_button"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="18dp"
layout_marginBottom="26dp"
text="@string/view_rewards_button"
layout_marginStart="20dp"
layout_marginEnd="20dp"
style="@style/2132017576"/>
</FrameLayout>
</FrameLayout>
</LinearLayout>