desc:时间显示改为24小时制

main
xiaowusky 1 year ago
parent 92467e5309
commit f0bfbbf4ef

@ -46,8 +46,8 @@
<TextClock <TextClock
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:format12Hour="hh.mm a" android:format12Hour="hh.mm"
android:format24Hour="HH.mm a" android:format24Hour="HH.mm"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="@dimen/_30dp" /> android:textSize="@dimen/_30dp" />

Loading…
Cancel
Save