首页 > 移动平台 > 详细

(10) android控件-date

时间:2018-04-13 22:06:13      阅读:196      评论:0      收藏:0      [点我收藏+]

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

原文:https://www.cnblogs.com/buchizaodian/p/8748479.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!