I had tried change the style like this:
<item name="android:actionMenuTextAppearance">@style/MenuTextStyle</item>
<stylename="MenuTextStyle"parent="@style/TextAppearance.AppCompat.Widget.ActionBar.Menu">
<item name="android:textColor">@android:color/white</item>
<item name="android:textSize">16sp</item>
</style>
But it did work. sorry for my english. If you know it, tell me please. Thank you in advance!
To change your display in Windows, select Start > Settings > Ease of Access > Display. To make only the text on your screen larger, adjust the slider under Make text bigger. To make everything larger, including images and apps, choose an option from the drop-down menu under Make everything bigger.
Click on the menubar (three horizontal lines) and select preferences (or you can just do command-,). Then, in the searchbar at the top, type in "fonts". From here you are able to change the font, make the size bigger and change the colour.
Open the Chrome browser. Click the Customize and control Google Chrome icon in the upper-right corner of the browser window. Near the top of the drop-down menu that appears, you can use the + (plus) or - (minus) in the Zoom section of the menu to increase or decrease the font size.
In your application's base theme, add the following item:
<item name="android:actionMenuTextAppearance">@style/customActionBar</item>
Then define customActionBar as follows:
<style name="customActionBar" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Menu">
<item name="android:textSize">16sp</item>
</style>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With