简单在Android中使用FontAwesome

2018-07-09  本文已影响35501人  龙城狂霸拽爷

步骤1.将JitPack存储库添加到构建文件中
将其添加到存储库末尾的根build.gradle中:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

步骤2.添加依赖项

dependencies {
        implementation 'com.github.ha-excited:fontawesome:0.1'
}

步骤 3. 使用 fontAwesome

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:fontFamily="@font/fontawesome"
        android:text="@string/fa_glass" />
上一篇 下一篇

猜你喜欢

热点阅读