andriod 获取时间控件
作者:互联网
<TextClock android:id="@+id/tv_time" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_marginTop="@dimen/dp_8" android:layout_gravity="center" android:format24Hour ="HH:mm" android:format12Hour ="hh:mm" android:textColor="@color/timehui" android:textSize="@dimen/sp_text_70" tools:targetApi="jelly_bean_mr1" /> <TextClock android:id="@+id/tv_date" 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/timehui" android:textSize="@dimen/sp_text_20" tools:targetApi="jelly_bean_mr1" />
标签:控件,时间,andriod,获取 来源: https://blog.csdn.net/m0_45389451/article/details/121039272