Android DatePicker隐藏标题填充

时间:2019-05-03 06:19:52

标签: android android-datepicker

我遇到一个问题,我的布局中的Android DatePicker具有如此大的上边距/填充/标题,我找不到删除它的方法。

我尝试了不同的样式,边距,填充,父级布局-我能想到的任何东西。请参见下图中的白色部分。请协助!

enter image description here

 <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/gray_color"
        android:padding="8dp"
        android:orientation="vertical">

        <TextView
            android:id="@+id/txtV_SelectAppointmentDate"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:gravity="start"
            app:MvxBind="Text ScheduleTimeSlotText;" />

        <DatePicker
            android:id="@+id/scheduling_date_datePicker"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:datePickerMode="calendar"
            android:background="@color/gray_color"/>

0 个答案:

没有答案