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 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 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 martijnv...@gmail.com

 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?

 Thanks,

 Martijn

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 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 martijnv...@gmail.com javascript:

 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?

 Thanks,

 Martijn

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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:attr/textAppearanceLargePopupMenu

 A text appearance, in turn, can specify a typeface.

 -- K

 2012/9/18 Martijn van Mechelen martijnv...@gmail.com javascript:

 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?

 Thanks,

 Martijn

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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?

Thanks,

Martijn

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 martijnvmeche...@gmail.com

 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?

 Thanks,

 Martijn

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en