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

62 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/empty_schedule_message_container"
background="#f5f3f6"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
paddingStart="16dp"
paddingEnd="16dp">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/empty_states"/>
<TextView
gravity="center_horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="5dp"
text="@string/schedule_landing_002"
style="@style/2132017849"/>
<TextView
gravity="center_horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="5dp"
text="@string/schedule_landing_003"
style="@style/2132017923"/>
</LinearLayout>
<androidx.core.widget.NestedScrollView
id="@+id/calendar_view_container"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/fragment_container"
layout_width="match_parent"
layout_height="match_parent">
<fragment
name="com.scb.phone.view.fragment.calendarlanding.CalendarFragment"
id="@+id/fragment_calendar_landing"
layout_width="match_parent"
layout_height="match_parent"/>
<fragment
name="com.scb.phone.view.fragment.calendarlanding.ScheduleListFragment"
id="@+id/schedule_list_fragment"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/separator_view"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>