How can I change the font size of a toolbar item? I was searching for a long time over the Internet and Android documentation and still I cannot find that. I think this shouldn't be difficult because i.e. changing the text color of a toolbar item is easy. You just have to add:
<item name="android:actionMenuTextColor">@color/actionbar_text</item>
in styles.xml and that's all.