-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some icons and code completion is not working #11
Comments
As you can see in the README, you have to use underscores ( Are you sure that you put the font file inside the right assets directory? |
@chteuchteu Thank you for your help. I put font file inside src/main/assets. |
Code complete not working is probably because you have something configured in your android studio settings that breaks the whole thing. First thing I hear about it anyways. |
@code-mc Thank you, there is something wrong with my android sutdio. |
When I set app:materialIcon="pen", it's OK.
But when I set app:materialIcon="calendar-text", I get error like this.
Error:(62, 35) String types not allowed (at 'materialIcon' with value 'calendar-text').
PS: Autocomplete is not work. And I put the font file inside the assets already.
The text was updated successfully, but these errors were encountered: