当前位置:   article > 正文

Android控件篇 实时显示时间控件 【TextClock】_android实时显示时间控件

android实时显示时间控件

效果图:
在这里插入图片描述
代码如下:

<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" />
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/920668
推荐阅读
相关标签
  

闽ICP备14008679号