赞
踩
TextClock可用作显示时间,API>=17,用来替代DigitalClock。
系统设置以24小时格式的时候使用这个format
android:format24Hour="HH:mm"
系统设置以12小时显示的时候使用这个format
android:format12Hour=”hh:mm”
一些format
MM 6
MMM 6月
MMMM 六月
EE 周六
EEEE 星期六
aa 上午/下午
HH 24小时制
hh 12小时制
dd 日
yyyy 年份
<TextClock
android:id="@+id/textClock"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:format24Hour="HH:mm\r\nMM月dd日 EEEE"
android:format12Hour="hh:mm\r\nMM月dd日 EEEE" />
显示效果
11:21
06月01日 星期四
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。