Deleted user

Results 142152 comments of Deleted user

@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. ![ss_nav](https://cloud.githubusercontent.com/assets/17989878/14248054/cad7d0bc-fa48-11e5-9fcf-5a43a419a53d.png) 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"` ![image](https://user-images.githubusercontent.com/6518074/59973262-75afb700-956b-11e9-8028-5affd6954254.png)