Skip to content

Commit 90110f6

Browse files
committed
- add compatibility note on appcompat:1.4.x
- RELATED #592
1 parent a214f71 commit 90110f6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,17 @@ Image(
220220

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

223+
# Compatibility Note
224+
225+
### appcompat:1.4.x
226+
227+
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.
228+
To fix this problem, emoji support has to be disabled by doing:
229+
230+
```xml
231+
app:emojiCompatEnabled="false"
232+
```
233+
223234
# Advanced Usage
224235

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

287-
# ProGuard
298+
# ProGuard / R8
288299

289300
ProGuard / R8 rules are bundled internally with each font.
290301

0 commit comments

Comments
 (0)