You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,19 @@ Image(
220
220
221
221
Licenses for all included fonts are linked inside the class or can be found on the coresponding repositories.
222
222
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
+
234
+
More information on the appcompat emoji support: https://developer.android.com/jetpack/androidx/releases/appcompat#1.4.0-alpha01
235
+
223
236
# Advanced Usage
224
237
225
238
### Register fonts
@@ -284,7 +297,7 @@ For generating string field for each of icons of your font, you can use this sim
284
297
A awesome gradle plugin which can automatically fetch a font from Fontastic, and generate the Android Module for your project.
0 commit comments