赞
踩
效果图:
代码如下:
<TextClock android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_marginTop="@dimen/margin_largger_8x" android:layout_gravity="center" android:format24Hour ="HH:mm" android:format12Hour ="hh:mm" android:textColor="@color/white" android:textSize="@dimen/text_size_70" /> <TextClock android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/tv_time" android:layout_centerHorizontal="true" android:format24Hour ="MM月dd日 EEEE" android:format12Hour ="MM月dd日 EEEE" android:textColor="@color/white" android:textSize="@dimen/text_size_20" />
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。