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

78 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
layout_gravity="top|center_horizontal"
orientation="horizontal"
id="@+id/fullscreen_header"
paddingLeft="4dp"
paddingTop="4dp"
paddingRight="4dp"
layout_width="match_parent"
layout_height="@dimen/2131166304"
paddingStart="4dp"
paddingEnd="4dp"
style="?attr/materialCalendarHeaderLayout">
<com.google.android.material.button.MaterialButton
gravity="center"
layout_gravity="top"
id="@+id/cancel_button"
padding="12dp"
layout_width="48dp"
layout_height="48dp"
insetTop="0dp"
insetBottom="0dp"
contentDescription="@string/mtrl_picker_cancel"
NOT_FOUND_0x15="@drawable/material_ic_clear_black_24dp"
style="?attr/materialCalendarHeaderCancelButton"/>
<FrameLayout
id="@+id/mtrl_picker_header_title_and_selection"
paddingLeft="12dp"
focusable="true"
focusableInTouchMode="true"
layout_width="0dp"
layout_height="match_parent"
layout_weight="1"
paddingStart="12dp">
<TextView
gravity="start|bottom"
layout_gravity="start|top"
id="@+id/mtrl_picker_title_text"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x14="@dimen/2131166323"
style="?attr/materialCalendarHeaderTitle"/>
<TextView
gravity="start|bottom"
layout_gravity="start|top"
id="@+id/mtrl_picker_header_selection_text"
paddingBottom="0dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x14="@dimen/2131166317"
NOT_FOUND_0x16="@dimen/2131166305"
style="?attr/materialCalendarHeaderSelection"/>
</FrameLayout>
<LinearLayout
orientation="@integer/2131427427"
layout_width="wrap_content"
layout_height="wrap_content">
<com.google.android.material.button.MaterialButton
layout_gravity="end|top"
id="@+id/confirm_button"
layout_width="wrap_content"
layout_height="48dp"
text="@string/mtrl_picker_save"
contentDescription="@string/mtrl_picker_save"
style="?attr/materialCalendarHeaderConfirmButton"/>
<include layout="@layout/2131560207"/>
</LinearLayout>
</LinearLayout>
<View
layout_gravity="bottom"
layout_width="match_parent"
layout_height="1dp"
style="?attr/materialCalendarHeaderDivider"/>
</merge>