(10) android控件-date

Posted 富坚老贼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(10) android控件-date相关的知识,希望对你有一定的参考价值。

1.TimePicker


    <TimePicker
        android:id="@+id/timePicker4"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1" />

 

 

2.DatePicker

 


    <DatePicker
        android:id="@+id/datePicker2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1" />

 

 

3.CalendarView

 

    <CalendarView
        android:id="@+id/calendarView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1" />

 

4.Chronometer

 计时器

    <Chronometer
        android:id="@+id/chronometer2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1" />

 

5.TextClock

简易的表

 

    <TextClock
        android:id="@+id/textClock2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1" />

 

以上是关于(10) android控件-date的主要内容,如果未能解决你的问题,请参考以下文章