安卓UI 控件

一、Date & Time组件

1.TextClock(文本时钟)   就是时间显示

Attribute NameRelated MethodDescription
android:format12HoursetFormat12Hour(CharSequence)设置12时制的格式
android:format24HoursetFormat24Hour(CharSequence)设置24时制的格式
android:timeZonesetTimeZone(String)设置时区

2.AnalogClock(模拟时钟)   就是个表

3.Chronometer(计时器)   就是个计时器

4.DatePicker(日期选择器)

5.TimePicker(时间选择器)

6.CalendarView(日历视图)



发表评论 / Comment

用心评论~