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.
TextSwitcher利用可能なアニメーションのために a ではなくa を使用したいのですが、テキストTextViewにカスタムを使用する方法を知っている人はいますか? Typefaceデフォルトのフォントを使用したくありません。
TextSwitcher
TextView
Typeface
android:fontFamilychild ごとに属性を使用するだけTextViewです。
android:fontFamily
<TextSwitcher . . .> <TextView android:fontFamily="..." . . . /> <TextView android:fontFamily="..." . . . /> </TextSwitcher>
は、指定したフォント ファミリ (書体) を使用してTextSwitcher、2 つの子を交互TextViewに使用します。