无法在活动中全屏显示日期选择器

时间:2018-12-01 07:34:15

标签: android layout datepicker

我想全屏添加日期选择器。我使用了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"
    />

它看起来像这样:

enter image description here

1 个答案:

答案 0 :(得分:1)

尝试一下

{{1}}