I would like to change the text size of the text that is in the toolbar. Note: I do not want to create a custom toolbar or custom style.
This is what I have tried so far but it makes no difference:
<style name="AppTheme" parent="Theme.AppCompat">
<item name="android:textSize">35sp</item>
</style>