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
Hi,
I have an issue similar to what is mentioned in issue #47 where the font I've set to use is not getting applied to the menu items in NavigationView. Just wondering if it's a known problem with Calligraphy as I couldn't see any response in that issue thread or the Exceptions section in the readme. Could you please help me with this?
Thanks,
Arun
The text was updated successfully, but these errors were encountered:
The NavigationView creates Views instead of inflating them (dumb - google has a terrible habit of this). If it supports custom view you can inflate, that would be the easiest thing, as if there is no inflation there is no hook.
What we have done in the past in very hacky ways for things like Toolbar is we see if the class is that toolbar then manually interact with it by traversing it's tree.
If you want to throw up a PR to check if the class we are inflating is the NavMenu to do something similar please do and I'll try and get it released. :)
Hi,
I have an issue similar to what is mentioned in issue #47 where the font I've set to use is not getting applied to the menu items in NavigationView. Just wondering if it's a known problem with Calligraphy as I couldn't see any response in that issue thread or the Exceptions section in the readme. Could you please help me with this?
Thanks,
Arun
The text was updated successfully, but these errors were encountered: