How to change the toolbar text size?
问题 I want to change the size of text in Toolbar . Because in my application, Toolbar text has different sizes both for landscape and portrait mode. Is it possible to change the text size of text in Toolbar ? 回答1: Use app:titleTextAppearance: <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="?actionBarSize" android:id="@+id/toolbar" app