jzeferino

Results 66 comments of jzeferino

as said bay @scottyab after use the `app:itemTextAppearance="@style/AppTheme.NavigationView"` the font went do default android value. I tried the `SpannableString` but didn't work. Any workaround?

@chrisjenx what @scottyab said is that when using the `app:itemTextAppearance="@style/AppTheme.NavigationView"` the font DON'T use the calligraphy font. It uses the default. In my case I need to use the `app:itemTextAppearance`.

I ended-up hacking the drawer menu to force the font when the `DrawerStateChanged`: See the source code here: https://gist.github.com/jzeferino/797c5e6b72c666b6f87969f6146a2a6e

@chrisjenx what are the fixes you made?

Hey thank you for the feedback, will try to improve this when possible.

@GeertvanHorrik I'm sure the pdb files exist. Targeting .NET Framework 4.5.2.

@GeertvanHorrik thank you for the answer. The project is OS, but he GitLink is being used via Cake. Anyway, to test it without Cake, you could Build [Cake.AndroidAppManifest.csproj](https://github.com/cake-contrib/Cake.AndroidAppManifest/blob/master/src/Cake.AndroidAppManifest/Cake.AndroidAppManifest.csproj) and use...

@GeertvanHorrik any thoughts on that?

@GeertvanHorrik I understand. Just ping me if you have some more information.

The PR is already done in #112. Waiting for the merge.