ADD week 5
This commit is contained in:
17
02-Easy5/E5/resources/res/layout/mtrl_picker_fullscreen.xml
Normal file
17
02-Easy5/E5/resources/res/layout/mtrl_picker_fullscreen.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
android:id="@+id/mtrl_picker_fullscreen"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<include layout="@layout/mtrl_picker_header_fullscreen"/>
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/mtrl_calendar_frame"
|
||||
android:paddingLeft="@dimen/mtrl_calendar_content_padding"
|
||||
android:paddingRight="@dimen/mtrl_calendar_content_padding"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="@dimen/mtrl_calendar_content_padding"
|
||||
android:paddingEnd="@dimen/mtrl_calendar_content_padding"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user