74 lines
2.8 KiB
XML
74 lines
2.8 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">
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/button_new_subscription"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="48dp"
|
|
layout_marginTop="24dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x13="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0x14="@string/new_subscription"
|
|
NOT_FOUND_0x15="@color/2131100912"/>
|
|
<TextView
|
|
id="@+id/amount_text_view"
|
|
paddingTop="12dp"
|
|
paddingBottom="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/my_subscriptions"
|
|
paddingStart="16dp"
|
|
style="@style/2132017919"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/scroll_view"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/ebill_subscription_recycler_view"
|
|
background="#ffffff"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="1dp"
|
|
overScrollMode="never"/>
|
|
<include
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/toolbar"
|
|
layout="@layout/2131559307"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/no_ebill_subscription_textview"
|
|
background="#ffffff"
|
|
paddingTop="24dp"
|
|
paddingBottom="24dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="6dp"
|
|
text="@string/no_ebill_subscription"
|
|
paddingStart="32dp"
|
|
paddingEnd="32dp"
|
|
style="@style/2132017836"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|