使用materilalup图标时不显示图标

时间:2016-09-25 11:23:21

标签: material-design materialize material-ui

当你使用这段代码时

<div class="input-field col s6"> <i class="material-icons prefix">account_circle</i> <input id="icon_prefix" type="text" class="validate"> <label for="icon_prefix">First Name</label> </div>

enter image description here

它没有显示我的图标。为什么?

1 个答案:

答案 0 :(得分:1)

Kianoush添加以下链接标记

1. Goto File -> New -> Import Module.
2. Source Directory -> Browse the project path.
3. Specify the Module Name – it is used for internal project reference.
4. Let Android Studio build the project.
Open build.gradle (Module:app) file.