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

165 lines
7.0 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">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/dialog_header"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559032"/>
<LinearLayout
id="@+id/start_end_header"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp">
<LinearLayout
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="10"
layout_marginHorizontal="@dimen/2131165433">
<TextView
id="@+id/start_date_header_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/schedule_setup_monthly_startdate_002"
maxLines="1"
style="@style/2132017914"/>
<TextView
id="@+id/start_date_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
style="@style/2132017868"/>
</LinearLayout>
<ImageView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
tint="#7631c1"
rotation="180"
NOT_FOUND_0x1a="@drawable/ic_arrow_back_white_24dp"/>
<LinearLayout
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="13"
layout_marginHorizontal="@dimen/2131165433">
<TextView
id="@+id/end_date_header_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/schedule_setup_monthly_startdate_003"
maxLines="1"
style="@style/2132017914"/>
<TextView
id="@+id/end_date_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
style="@style/2132017868"/>
</LinearLayout>
</LinearLayout>
<View
id="@+id/divider_view"
layout_marginTop="8dp"
style="@style/2132018228"/>
<LinearLayout
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center_vertical"
id="@+id/left_arrow_image_view"
padding="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_right_accent"
tint="#7631c1"
rotation="180"/>
<LinearLayout
gravity="center"
layout_gravity="center_vertical"
orientation="horizontal"
id="@+id/ll_layout_calendar_page_selector"
visibility="gone"
layout_width="0dp"
layout_height="match_parent"
weightSum="5"
layout_weight="1">
<LinearLayout
background="@drawable/bg_spinner"
layout_width="0dp"
layout_height="match_parent"
layout_margin="4dp"
layout_weight="3">
<Spinner
gravity="start"
id="@+id/spn_month"
layout_width="match_parent"
layout_height="match_parent"/>
</LinearLayout>
<LinearLayout
background="@drawable/bg_spinner"
layout_width="0dp"
layout_height="match_parent"
layout_margin="4dp"
layout_weight="2">
<Spinner
gravity="start"
id="@+id/spn_year"
layout_width="match_parent"
layout_height="match_parent"/>
</LinearLayout>
</LinearLayout>
<TextView
gravity="center"
layout_gravity="center_vertical"
id="@+id/month_year_text_view"
layout_width="match_parent"
layout_height="match_parent"
layout_weight="1"
style="@style/2132017836"/>
<ImageView
layout_gravity="center_vertical"
id="@+id/right_arrow_image_view"
padding="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_right_accent"
tint="#7631c1"/>
</LinearLayout>
<View style="@style/2132018228"/>
<com.prolificinteractive.materialcalendarview.MaterialCalendarView
id="@+id/calendar_view"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x14="@color/2131100876"
NOT_FOUND_0x15="@style/2132017486"
NOT_FOUND_0x16="@color/2131100876"
NOT_FOUND_0x17="0x4"
NOT_FOUND_0x18="@array/2130903040"
NOT_FOUND_0x19="@style/2132017487"/>
<Button
id="@+id/bt_ok"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="26dp"
text="@string/ok"
layout_marginHorizontal="@dimen/2131165399"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>