我想全屏添加日期选择器。我使用了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"
/>
它看起来像这样:
答案 0 :(得分:1)
尝试一下
{{1}}