Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于可用的动画,我想使用 aTextSwitcher而不是 a TextView,但是有人知道如何Typeface为文本使用自定义吗?我不想使用默认字体。
TextSwitcher
TextView
Typeface
只需android:fontFamily为每个孩子使用属性TextView。
android:fontFamily
<TextSwitcher . . .> <TextView android:fontFamily="..." . . . /> <TextView android:fontFamily="..." . . . /> </TextSwitcher>
将使用您指定的字体系列(字体)TextSwitcher在两个孩子之间交替。TextView