Skip to content

Commit

Permalink
- add compatibility note on appcompat:1.4.x
Browse files Browse the repository at this point in the history
  - RELATED #592
  • Loading branch information
mikepenz committed Jul 30, 2021
1 parent a214f71 commit 90110f6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,17 @@ Image(

Licenses for all included fonts are linked inside the class or can be found on the coresponding repositories.

# Compatibility Note

### appcompat:1.4.x

Appcompat v1.4.x introduces default enabled emoji support into all `AppCompat*` views, which prevents the `IconicsView*` views (iconics-views module) from properly applying the spannable style.
To fix this problem, emoji support has to be disabled by doing:

```xml
app:emojiCompatEnabled="false"
```

# Advanced Usage

### Register fonts
Expand Down Expand Up @@ -284,7 +295,7 @@ For generating string field for each of icons of your font, you can use this sim
A awesome gradle plugin which can automatically fetch a font from Fontastic, and generate the Android Module for your project.
[Iconics-Font-Generator](https://github.com/ligol/IconicsFontGenerator)

# ProGuard
# ProGuard / R8

ProGuard / R8 rules are bundled internally with each font.

Expand Down

0 comments on commit 90110f6

Please sign in to comment.