一、Date & Time组件
1.TextClock(文本时钟) 就是时间显示
Attribute Name Related Method Description android:format12Hour setFormat12Hour(CharSequence) 设置12时制的格式 android:format24Hour setFormat24Hour(CharSequence) 设置24时制的格式 android:timeZone setTimeZone(String) 设置时区
2.AnalogClock(模拟时钟) 就是个表
3.Chronometer(计时器) 就是个计时器
4.DatePicker(日期选择器)
5.TimePicker(时间选择器)
6.CalendarView(日历视图)
Attribute Name | Related Method | Description |
---|---|---|
android:format12Hour | setFormat12Hour(CharSequence) | 设置12时制的格式 |
android:format24Hour | setFormat24Hour(CharSequence) | 设置24时制的格式 |
android:timeZone | setTimeZone(String) | 设置时区 |
2.AnalogClock(模拟时钟) 就是个表
3.Chronometer(计时器) 就是个计时器
4.DatePicker(日期选择器)
5.TimePicker(时间选择器)
6.CalendarView(日历视图)
下一篇
安卓UI十大基本控件
安卓UI十大基本控件