0
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple"
android:minHeight="?attr/actionBarSize"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
當我使用setTitle()
方法時,它一切正常。但問題是,當我改變方向時(因爲在棒棒糖5.1中我可以這樣做),與肖像版本相比,標題字很小。爲什麼這樣的bug?我該如何解決這個問題?Android棒棒糖工具欄`setTitle`