How can I change the Toolbar font while I have str...
# android
a
How can I change the Toolbar font while I have structed my styles.xml like this
a
try:
Copy code
<!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
      ...
             <item name="android:textViewStyle">@style/RailwayTextViewStyle</item>
</item>
👍 1