Android进阶之路Android开发经验谈Android开发

android使用fontfamily引入并使用外部第三方字体的

2019-08-15  本文已影响5人  手指乐

1.下载字体文件(ttf,otf)
2.拷贝字体文件到res/font文件夹下
3.使用字体:

<TextView
            android:padding="0dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="八字取名"
            android:textSize="20sp"
            android:textColor="#915222"
            android:layout_marginLeft="4dp"
            android:fontFamily="@font/sourcehanserifcnbold"/>

手机赚钱怎么赚,给大家推荐一个手机赚钱APP汇总平台:手指乐(http://www.szhile.com/),辛苦搬砖之余用闲余时间动动手指,就可以日赚数百元

上一篇下一篇

猜你喜欢

热点阅读