Changing the FontStyle of Toolbar in Android

 1 . Create toolbar.xml and add a style to  it android:theme="@style/ToolbarTheme"

 2 . Add it in styles.xml

 3 . Create a directory font inside res directory . Add the font inside it.



Comments