Я хочу добавить указатель даты на весь экран.Я использовал match_marent, но он не может работать.Там есть поле в правой части экрана.Не могу удалить это.Это мой xml:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/dp_starting_date"
tools:context=".StartingDateFragment">
<DatePicker
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
Это выглядит так: