Android Sherlock Actionbar自定义字体

Android Sherlock Actionbar自定义字体,android,actionbarsherlock,custom-font,Android,Actionbarsherlock,Custom Font,我想将操作栏标题、选项卡和菜单项的字体更改为Roboto 我想知道这是否可以通过样式来实现?因为我无法为这些创建自定义视图,这是分配custm字体的最佳方式 我已经浏览了以下链接 以下是为我编写的代码: <style name="AppTheme" parent="AppBaseTheme"> ... <item name="android:typeface">serif</item> ... </style> ...

我想将操作栏标题选项卡菜单项的字体更改为Roboto

我想知道这是否可以通过样式来实现?因为我无法为这些创建自定义视图,这是分配custm字体的最佳方式

我已经浏览了以下链接


以下是为我编写的代码:

<style name="AppTheme" parent="AppBaseTheme">
    ...
    <item name="android:typeface">serif</item>
    ...
</style>

...
衬线
...
查找android上默认可用的字体。 从我读到的内容来看,如果不对视图进行分类,添加其他字体是不可能的,因此我无法在这方面帮助您

编辑:我可能错了。看看这个:
这里:

+1 roboto怎么样?你能用这个解决方案设置roboto吗?