为什么我显示的是字符串,而不是图标呢

来源:3-3 基础框架可用性验证

慕后端0636578

2017-09-16

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.diabin.fastec.example.ExampleActivity">
    <com.joanzapata.iconify.widget.IconTextView
        android:id="@+id/icon_test"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="{fa-coffee}"
        tools:ignore="HardcodedText" />
</android.support.v7.widget.LinearLayoutCompat>


写回答

4回答

ImoocZhang

2017-10-14

http://www.bootcss.com/p/font-awesome/

0
0

慕粉4142398

2018-05-23

manifest里面注册了app吗?

0
0

小兰不再爱新一

2017-10-17

我也是一样的问题,没发现啥不同呀,但是还是只是显示字符串

0
0

傅猿猿

2017-09-17

你把下划线改成中划线,你要理解这个枚举类里面替换下划线的那段代码,先想想为什么这么写,然后就一目了然了

0
0

Android通用框架设计与完整电商App开发

从第一行代码开始教你,通用且一键式配置的框架设计并轻松实现完整电商App

2028 学习 · 1182 问题

查看课程