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" />

最新文章

  1. 2014NOIP前 计划
  2. 浮点数转换为人名币读法字符串(JAVA)
  3. SQL Prompt 5.3.4.1
  4. 四、mysql内置函数
  5. 【转】shell 教程——05 第一个Shell脚本
  6. A题
  7. Spring jdbcTemplate + EasyUI 物理分页
  8. 聊天系统Demo,增加Silverlight客户端(附源码)-- ESFramework 4.0 快速上手(09)
  9. Vulkan Tutorial 28 Depth buffering
  10. Red Hat 9.0 Linux 分辨率修改
  11. python笔记十四(高阶函数——map/reduce、filter、sorted)
  12. [ZOJ 4024] Peak
  13. vue.js鼠标经过和离开事件 mouseover mouseout
  14. 面向对象【day07】:类的特性介绍(四)
  15. fatal error C1083: 无法打开编译器生成的文件:“../../build/vs71/release/lib_json\json_value.asm”: No such file or directory
  16. IOS Using UIAlertView to show alerts
  17. day26-保护属性
  18. hdu 5074 相邻数和最大dp
  19. leetcode227
  20. hdu1286(找新朋友)&amp;&amp;POJ2407Relatives(欧拉函数模版题)

热门文章

  1. ZOJ-1360 || POJ-1328——Radar Installation
  2. cdlinux
  3. java在线聊天项目0.5版 解决客户端向服务器端发送信息时只能发送一次问题 OutputStreamWriter DataOutputStream socket.getOutputStream()
  4. C语言特点_01
  5. HTML5触摸事件
  6. Python9-模块2-序列化-day20
  7. Python基础知识-day2
  8. 使用VS2015编写驱动时出现的部分错误以及解决方法
  9. bash文本查看及处理工具
  10. Android兼容性测试GTS-环境搭建、测试执行、结果分析