TextClock数字时钟及字体样式和使⽤字体
<TextClock
android:layout_width="wrap_content"
android:layout_height="wrap_content"
liuhao谆android:layout_marginTop="5dp"
android:layout_centerHorizontal="true"
android:gravity="center_horizontal"
android:format24Hour="hh:mm"
android:format12Hour="hh:mm"
android:textStyle="normal"
android:fontFamily="sans-rif-light"
jusino
android:textSize="26sp"
tools:targetApi="jelly_bean_mr1"/>
其中
textStyle 是设置⽂本字体样式,
Android 提供了三个样式快递惊魂
1 normal 正常字体
2 bold 粗体
3 italic 斜体
4 BOLD_ITALIC:粗斜体;
时间格式
MM 6
MMM 6⽉
MMMM 六⽉
EE 周六
watercolorsEEEE 星期六
aa 上午/下午
HH 24⼩时制
hh 12⼩时制
dd ⽇
yyyy 年份
fontFamily对应的字体如下
adousFont android:fontFamily android:textStyle
reed college
Roboto Thin sans-rif-thin
Roboto Light sans-rif-light
Roboto Regular sans-rif
Roboto Bold sans-rif bold
Roboto Medium sans-rif-medium
Roboto Black sans-rif-black
Roboto Condend Light sans-rif-condend-light Roboto Condend Regular sans-rif-condendbec商务
Roboto Condend Medium sans-rif-condend-medium Roboto Condend Bold sans-rif-condend bold
Noto Serif rif
Noto Serif Bold rif bold
Droid Sans Mono monospace
Cutive Mono rif-monospace
Coming Soon casual
Dancing Script cursive
中日语在线翻译Dancing Script Bold cursive bold
Carrois Gothic SC sans-rif-smallcaps
practidoing