13 lines
511 B
XML
13 lines
511 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.datepicker.MaterialCalendarGridView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
gravity="center"
|
|
id="@+id/month_grid"
|
|
addStatesFromChildren="false"
|
|
descendantFocusability="afterDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
listSelector="@android:color/transparent"
|
|
horizontalSpacing="@dimen/2131166311"
|
|
verticalSpacing="0dp"
|
|
defaultFocusHighlightEnabled="false"/>
|