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
- Kotlin Next Gen | [v5.2.8](https://github.com/mikepenz/Android-Iconics/tree/v5.2.8) | [v5.3.0-b01](https://github.com/mikepenz/Android-Iconics/tree/v5.3.0-b01)
55
+
- Kotlin Next Gen | [v5.3.0](https://github.com/mikepenz/Android-Iconics/tree/v5.3.0)
|[Google Material Design Icons](https://github.com/google/material-design-icons)**ORIGINAL by Google**|gmd,gmo,gmr,gms|implementation 'com.mikepenz:google-material-typeface{-outlined,rounded,sharp}:+@aar'|
202
204
|[Material Design Iconic Font](http://zavoloklom.github.io/material-design-iconic-font)**Google Material Iconic**|gmi|implementation 'com.mikepenz:material-design-iconic-typeface:+@aar'|
Licenses for all included fonts are linked inside the class or can be found on the coresponding repositories.
218
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
+
219
236
# Advanced Usage
220
237
221
238
### Register fonts
@@ -241,7 +258,7 @@ Just define the style for all icons or only a specific one. You can find this in
0 commit comments