Re: [android-developers] Custom font in ActionBar overflow menu

2012-09-24 Thread Martijn van Mechelen
Does anyone know how to accomplish this? Thanks, Martijn Op donderdag 20 september 2012 10:00:17 UTC+2 schreef Martijn van Mechelen het volgende: > > Hi Kostya, > > Your suggestion for the custom font in the overflow menu doesn't seem to > be working. We're looking into to it and will keep you

Re: [android-developers] Custom font in ActionBar overflow menu

2012-09-20 Thread Martijn van Mechelen
Hi Kostya, Your suggestion for the custom font in the overflow menu doesn't seem to be working. We're looking into to it and will keep you posted. Thanks, Martijn Op dinsdag 18 september 2012 13:37:25 UTC+2 schreef Kostya Vasilyev het volgende: > > I think you should be able to override these

Re: [android-developers] Custom font in ActionBar overflow menu

2012-09-19 Thread Martijn van Mechelen
Hi Kostya, Thanks for your reply. We'll try it out and let you know if it worked. Martijn Op dinsdag 18 september 2012 13:37:25 UTC+2 schreef Kostya Vasilyev het volgende: > > I think you should be able to override these in your theme: > > android:attr/textAppearanceSmallPopupMenu > > android:

Re: [android-developers] Custom font in ActionBar overflow menu

2012-09-18 Thread Kostya Vasilyev
I think you should be able to override these in your theme: android:attr/textAppearanceSmallPopupMenu android:attr/textAppearanceLargePopupMenu A text appearance, in turn, can specify a typeface. -- K 2012/9/18 Martijn van Mechelen > Hi all, > > It seems that it's not possible to apply a cus

[android-developers] Custom font in ActionBar overflow menu

2012-09-18 Thread Martijn van Mechelen
Hi all, It seems that it's not possible to apply a custom font to the overflow menu. The following page mentions a hack which we don't want to use: http://stackoverflow.com/questions/4135699/how-to-set-a-font-for-the-options-menu Does anyone know if there is an official way to solve this? Tha