(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的主要内容,如果未能解决你的问题,请参考以下文章

android如何跨片段分离/附加保留视图状态

Android 片段和活动

bootspring???????????????Date??????????????????????????????????????????????????????????????????(代码片段

android片段表格布局

Android - 应用程序启动时片段 onCreate 崩溃

片段中的 Android 相机预览