所以我有一个布局,它有TextView
:
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="GLASSES RX EXPIRATION DATE"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@color/black"
android:typeface="monospace" />
我的assets/fonts/
文件夹中还存储了一个 futura 字体。我知道如何使用 java 设置字体,但是在 xml 布局中有没有办法将字体设置为我的嵌入资产字体?