Deleted user
Deleted user
@techview51 thanks a ton mate 🗡
@sshahidaslamm i'll follow your answer but it's give me a new error android.view.InflateException: Binary XML file line #129: Error inflating class TextView. On Emulator it's work perfectly without using your...
you have to find label id that google used in its support library `BottomNavigationView bottomNavigationView = (BottomNavigationView) fragmentActivity.findViewById(R.id.bottom_navigation); TextView textView = (TextView)bottomNavigationView.findViewById(R.id.menu_item_home).findViewById(R.id.largeLabel); textView.setTypeface(fontUtils.getTypeFace());`
Extending the NavigationView and wrapping it's context on the constructor, I've managed to change the font only on the menu itens that DON'T have a image.  On RED, the...
Manage to get it working with the changeFont method posted by @ghatasheh, but I've used the CalligraphyTypefaceSpan instead of the custom TypefaceSpan. But it's a workarround
@rothschild86 I think until this gets implemented, another way to get both library to work well together would be to update your iconify library to use the v2 that has...
@chrisjenx - i tried also to use it but it doesn't work well also on my project.. it still use the standard font. Here's the code from my style `...
Cause vue-inputmask doesnt work for el-input, I leaved as input and wrapped with `` Example: ``` ``` Also added `validateevent="true"` 
Search for `Your app isn't using AndroidX.`
Any updates?