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

70 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
id="@+id/month_header"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="50dp">
<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"/>
<TextView
gravity="center"
layout_gravity="center_vertical"
id="@+id/month_year_text_view"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017875"/>
<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
id="@+id/divider"
layout_below="@+id/month_header"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/calendar_landing_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/divider"
paddingStart="16dp"
paddingEnd="16dp">
<com.prolificinteractive.materialcalendarview.MaterialCalendarView
id="@+id/calendar_landing_view"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x10="@color/2131100876"
NOT_FOUND_0x11="@style/2132017486"
NOT_FOUND_0x12="@color/2131099855"
NOT_FOUND_0x13="1dp"
NOT_FOUND_0x14="true"
NOT_FOUND_0x15="@color/2131100876"
NOT_FOUND_0x16="0x4"
NOT_FOUND_0x17="@array/2130903040"
NOT_FOUND_0x18="@style/2132017487"/>
</LinearLayout>
<View
id="@+id/separator_view"
layout_below="@+id/calendar_landing_layout"
style="@style/2132018228"/>
</RelativeLayout>