In my application, I have some textual menu on action bar. For action bar I use Sherlock support library. Also as per this answer I have changed font size to some fixed size say 17dp to those menus. But whenever I change system font size, the font size of menu text also increases and that goes beyond action bar’s height. Is there any way I can keep the menu font size fixed irrespective of the system font size?
Share
Finally I ended up in removing menus and adding them in my custom view xml for action bar.