47 lines
1.7 KiB
XML
47 lines
1.7 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">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<include
|
|
id="@+id/custom_empty_card"
|
|
layout_width="match_parent"
|
|
layout_height="100dp"
|
|
layout_marginTop="16dp"
|
|
layout="@layout/2131559010"/>
|
|
<include
|
|
id="@+id/custom_card_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="100dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout="@layout/2131559016"/>
|
|
<include
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="72dp"
|
|
layout="@layout/2131559307"/>
|
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
|
id="@+id/card_view_pager"
|
|
layout_width="match_parent"
|
|
layout_height="120dp"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="3dp"/>
|
|
<me.relex.circleindicator.CircleIndicator
|
|
id="@+id/indicator"
|
|
layout_width="match_parent"
|
|
layout_height="16dp"
|
|
NOT_FOUND_0xb="@drawable/circle_indicator_purple"
|
|
NOT_FOUND_0xc="@drawable/gray_radius"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|