爱玺玺

爱玺玺的生活日记本。wx:lb87626

android DatePicker去掉日历显示

<?xml version="1.0" encoding="utf-8"?>

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content">

<RelativeLayout

    android:layout_width="match_parent"

    android:layout_height="wrap_content">

    <DatePicker

        android:id="@+id/datePicker"

        android:datePickerMode="spinner"

        android:calendarViewShown="false"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content" />

    <TimePicker

        android:id="@+id/timePicker"

        android:layout_below="@id/datePicker"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:timePickerMode="spinner"/>

</RelativeLayout>

</ScrollView>


QQ图片20180419163628.gif

发表评论:

Powered By Z-BlogPHP 1.4 Deeplue Build 150101

Copyright Your WebSite.Some Rights Reserved.

蜀ICP备11021721号-5